UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

12 lines 310 B
import { IconSetAction } from './actions'; import { IconSet } from './types'; export default function reducer(state: { iconSets: { [key: string]: IconSet; }; } | undefined, action: IconSetAction): { iconSets: { [key: string]: IconSet; }; }; //# sourceMappingURL=reducer.d.ts.map