@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
7 lines • 341 B
TypeScript
import { ISystemEasyIcon } from "./ISystemEasyIcon";
/**
* NOTE: using AllEasySystemIcons in addEasyIcons will take first priority... so be cautions.
* If you notice all Items are like 'Site Pages', it's because of this
*/
export declare const AllEasySystemIcons: ISystemEasyIcon[];
//# sourceMappingURL=AllSystemEasyIcons.d.ts.map