UNPKG

@mikezimm/npmfunctions

Version:
13 lines (12 loc) 473 B
import { IFPSSectionStyle } from './FPSInterfaces'; /** * This minimizes the header on site pages where you do not want the Page Title at the top. originally copied from Pivot Tiles * * @param document * @param minimize * @param alertError * @param consoleResult */ export declare function minimizeToolbar(document: any, sectionStyle: IFPSSectionStyle, alertError?: boolean, consoleResult?: boolean): { sectionStyle: IFPSSectionStyle; } | undefined;