UNPKG

@mikezimm/fps-core-v7

Version:

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

7 lines 588 B
/** * 2024-09-03: Migrated from fps-library-v2\src\common\PropPaneHelp\preconfig */ import { IAllPreConfigSettings, ISitePreConfigProps, IPreConfigColorClassName } from "./IPreConfig"; export declare function getThisSitesPreConfigProps(PreConfiguredProps: IAllPreConfigSettings, thisProps: any, serverRelativeUrl: string): ISitePreConfigProps; export declare function getPropColorClass(actualProp: any, testProp: any, notEqualClass: IPreConfigColorClassName, defValue?: IPreConfigColorClassName): IPreConfigColorClassName; //# sourceMappingURL=getThisSitesPreConfigProps.d.ts.map