@10up/block-components
Version:
10up Components built for the WordPress Block Editor.
9 lines • 317 B
TypeScript
declare const useIcons: (iconSet?: string) => {
iconSet: string;
source: string;
name: string;
label: string;
}[];
declare const useIcon: (iconSet: string, name: string) => import("../../stores/icons/types").Icon | never[] | undefined;
export { useIcons, useIcon };
//# sourceMappingURL=index.d.ts.map