@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
4 lines (3 loc) • 518 B
TypeScript
export declare function setSectionMaxWidth(document: any, newValue: number, alertError?: boolean, consoleResult?: boolean): any;
export declare function updateByClassNameEleChild(document: any, className: string, nthDirectChild: number, styleProp: string, newValue: any, alertError?: boolean, consoleResult?: boolean): any;
export declare function updateByClassNameEleParent(document: any, className: string, nthParent: number, styleProp: string, newValue: any, alertError?: boolean, consoleResult?: boolean): any;