@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
10 lines (9 loc) • 431 B
TypeScript
import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
import { ITheming } from "@omnia/fx/ux";
import { types } from "typestyle";
export declare const FeatureActivationStyles: {
headerExpansionPanelStyle?: types.NestedCSSProperties;
expansionContentStyle?: types.NestedCSSProperties;
buttonDefaultStyle?: types.NestedCSSProperties;
headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends;
};