UNPKG

@mikezimm/npmfunctions

Version:
3 lines (2 loc) 281 B
import { IAllPreConfigSettings, ISitePreConfigProps } from "./PreConfigFunctions"; export declare function applyPresetCollectionDefaults(sitePresets: ISitePreConfigProps, PreConfiguredProps: IAllPreConfigSettings, thisProps: any, serverRelativeUrl: string): ISitePreConfigProps;