Update Icon type
cgen-7e339298140740f5a4961da876f435d4
This commit is contained in:
parent
d4d90aa801
commit
19c71bcf48
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export interface ProviderDescriptor {
|
||||||
provider: ProviderKey;
|
provider: ProviderKey;
|
||||||
name: string;
|
name: string;
|
||||||
description: string;
|
description: string;
|
||||||
Icon: React.ComponentType<{ className?: string }>;
|
Icon: ComponentType<{ className?: string }>;
|
||||||
gradient: string;
|
gradient: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue