UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

6 lines 319 B
/** * 2024-09-06: Migrated to fps-core-v7\src\banner\components\EasyPages\interfaces\ */ import { EasyPagesDevTab, EasyPagesRepoTab, EasyEasyIconsTab } from "./epTypes"; export const EasyPageNoFetchTabs = [EasyPagesDevTab, EasyPagesRepoTab, EasyEasyIconsTab]; //# sourceMappingURL=IEasyPagesPageHookProps.js.map