UNPKG

@mikezimm/fps-core-v7

Version:

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

15 lines (14 loc) 907 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43 * Update:: import { IMinPageStyleProps } to '@mikezimm/fps-core-v7/lib/banner/features/PageStyle/Interfaces;' */ /** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/... */ import { changeOverRideProps, changeSULProps } from "../../../common/PropPaneHelp/preconfig/Interfaces"; import { changeLockProps } from "../../features/LockProps/Interfaces"; import { changeBannerTheme } from "../Theme/Interfaces"; import { changeBannerBasics, changeBannerNav } from "./IMinBannerUIProps"; import { changeBannerUtility } from "./IMinBannerUtilityProps"; export const changeBanner = [...changeBannerBasics, ...changeBannerNav, ...changeBannerTheme, ...changeBannerUtility, ...changeLockProps, ...changeOverRideProps, ...changeSULProps]; //# sourceMappingURL=IMinWPBannerProps.js.map