@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
14 lines • 465 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/PageStyle/...
*/
export interface IMinPageStyleProps {
quickLaunchHide: boolean;
socialBarHide: boolean;
allSectionMaxWidthEnable: boolean;
allSectionMaxWidth: number;
allSectionMarginEnable: boolean;
allSectionMargin: number;
toolBarHide: boolean;
}
export declare const changePageStyle: string[];
//# sourceMappingURL=Interfaces.d.ts.map