UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

11 lines 199 B
export type Icon = { source: string; name: string; label: string; }; export type IconSet = { name: string; icons: Icon[]; label: string; }; //# sourceMappingURL=types.d.ts.map