@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
29 lines (28 loc) • 1.19 kB
TypeScript
import { types } from "typestyle";
export declare const AppManagementConstantStyles: {
ux: {
spacingBetweenField: number;
spacingTopHeader: number;
spacingBottomHeader: number;
fontSizeHeader: number;
fontWeightHeader: number;
backgroundAppManagement: string;
oldBackgroundAppManagement: string;
};
};
export declare const AppManagementSharedStyles: {
stepWrapper?: types.NestedCSSProperties;
headerTableStyle?: types.NestedCSSProperties;
headerExpansionPanelStyle?: types.NestedCSSProperties;
titleDefaultStyle?: types.NestedCSSProperties;
tabHeaderStyle?: types.NestedCSSProperties;
listItemStyle?: types.NestedCSSProperties;
toolbarTitleStyle: types.NestedCSSProperties;
contentTitleStyle: types.NestedCSSProperties;
cellStyle?: types.NestedCSSProperties;
iconArrowDownStyle?: types.NestedCSSProperties;
buttonDefaultStyle?: types.NestedCSSProperties;
wrapperStyle?: (color: string) => types.NestedCSSProperties;
actionDefaultStyle?: (borderColor?: string) => types.NestedCSSProperties;
lineBottomHeaderStyle: (borderColor?: string) => types.NestedCSSProperties;
};