@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
8 lines (7 loc) • 302 B
TypeScript
import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
import { ITheming } from "@omnia/fx/ux";
import { types } from "typestyle";
export declare const LayoutTabStyles: {
headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends;
buttonStyle?: types.NestedCSSProperties;
};