UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 376 B
import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const TemplateDetailStyle: { buttonDefaultStyle: types.NestedCSSProperties; titleStyle: types.NestedCSSProperties; tabHeaderStyle?: (dark: boolean) => NestedCSSPropertiesExtends; activeTabStyle?: (colorBg: string) => types.NestedCSSProperties; };