added enum type for Icon method
This commit is contained in:
parent
c6e7e9cad4
commit
7d2f853630
1 changed files with 3 additions and 3 deletions
|
|
@ -164,9 +164,9 @@ export interface IVarHighlightType {
|
|||
|
||||
export type IconProps = {
|
||||
name: string;
|
||||
}
|
||||
};
|
||||
|
||||
export type IconComponentProps = {
|
||||
method: string;
|
||||
method: "SVG" | "LUCIDE";
|
||||
name: string;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue