UNPKG

@passflow/passflow-react-sdk

Version:
9 lines 279 B
type TIcon = { type: 'general' | 'providers' | 'flags'; id: string; size: 'small' | 'medium' | 'big' | 'large'; className?: string; }; export declare const Icon: ({ type, id, size, className }: TIcon) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map