UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

18 lines (17 loc) 569 B
export interface LayoutState { isSidebarLeftCollapsed?: boolean; isSidebarLeftExpandOnOver?: boolean; isSidebarLeftMouseOver?: boolean; isSidebarLeftMini?: boolean; sidebarRightSkin?: string; isSidebarRightCollapsed?: boolean; isSidebarRightOverContent?: boolean; layout?: string; sidebarLeftElementHeight?: number; sidebarRightElementHeight?: number; sidebarLeftMenu?: Array<Object>; sidebarLeftMenuActiveUrl?: string; skin?: string; windowInnerHeight?: number; windowInnerWidth?: number; }