UNPKG

@mikezimm/fps-core-v7

Version:

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

9 lines 618 B
/** * 2024-09-07: Migrated to SAME FOLDER in fps-core-v7\src\components\molecules\FullPageBackGround\interfaces... */ export const FullPageOverlayColors = [`Black`, `White`]; export const FullPageImageFitStrings = [`Original`, `Layout2`]; // defaultWPBack: https://github.com/mikezimm/Slick-Sections/issues/107 export const changeFullBackground = [`fullPageImage`, `fullPageImageFilter`, `fullPageScrollable`, `defaultWhiteText`, `whiteRefreshTip`, `fullPageOverlayOpacity`, `fullPageOverlayColor`, `defaultWPBack`, `defaultWPBordRad`, `fullPageImageFit`]; //# sourceMappingURL=IFPSPageBGWPProps.js.map