Update Icon type

cgen-7e339298140740f5a4961da876f435d4
This commit is contained in:
Builder.io 2025-09-30 21:08:42 +00:00
parent d4d90aa801
commit 19c71bcf48

View file

@ -10,7 +10,7 @@ export interface ProviderDescriptor {
provider: ProviderKey;
name: string;
description: string;
Icon: React.ComponentType<{ className?: string }>;
Icon: ComponentType<{ className?: string }>;
gradient: string;
}