UNPKG

@mikezimm/npmfunctions

Version:
4 lines (3 loc) 518 B
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;