UNPKG

@raona/components

Version:

React components used at Raona to work with SPFx

7 lines (6 loc) 282 B
/** * Set the section of webparts to full minHeight * @param classToSearch - Class to search for * @param classToModify - Class to modify, it searches by contains, not strict */ export declare function setFullminHeight(classToSearch: string, classToModify: string): void;