UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

17 lines 303 B
interface IconProps { /** * Name of the icon */ name: string; /** * Name of the icon set */ iconSet: string; /** * Click handler */ onClick?: () => void; } export declare const Icon: React.FC<IconProps>; export {}; //# sourceMappingURL=icon.d.ts.map