UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

16 lines (15 loc) 669 B
import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const EditStyle: { table?: types.NestedCSSProperties; scopeColumn?: types.NestedCSSProperties; typeColumn?: types.NestedCSSProperties; orderColumn?: types.NestedCSSProperties; actionColumn?: types.NestedCSSProperties; columnStyle?: types.NestedCSSProperties; buttonDefaultStyle?: types.NestedCSSProperties; titleStyle?: (color: string) => NestedCSSPropertiesExtends; buttonAdd?: (color: string) => NestedCSSPropertiesExtends; wrapperStyle?: types.NestedCSSProperties; headerStyle?: types.NestedCSSProperties; };