@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
20 lines • 663 B
TypeScript
import { IEasyPagesWPProps } from "../../easy-pages/interfaces/epTypes";
import { IEasyIconGroups } from "./eiTypes";
export interface IEasyPagesIconsWPProps extends IEasyPagesWPProps, IEasyIconsWPProps {
}
export interface IEasyIconsWPProps {
easyIconEnable: boolean;
easyIconKeys: string;
easyIconIgnore: string;
easyIconPriorityProps: string;
}
export declare const changeEasyIcons: string[];
/**
* Minimum interface into React Component needed to use this feature
*/
export interface IEasyIconProps {
enable: boolean;
Keys: IEasyIconGroups[];
Ignore: string[];
}
//# sourceMappingURL=IEasyIconsWPProps.d.ts.map