@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
18 lines (15 loc) • 476 B
TypeScript
import { IPageLayoutType } from '../../PropPane/FPSInterfaces';
export declare function setExpandoRamicMode(domElement: HTMLElement, maximize: boolean, controlStyle: any, alertError: boolean | undefined, consoleResult: boolean | undefined, expandoPadding: number, host: IPageLayoutType): void;
/**
style {
display: inline-block;
position: fixed;
top: 0%;
left: 0;
bottom: 0;
right: 0;
margin: auto;
overflow-y: scroll;
z-index: 12;
}
*/