UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 592 B
import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const LayoutListingStyle: { iconDefaultStyle: types.NestedCSSProperties; wrapperIconStyle: types.NestedCSSProperties; customIconStyle: types.NestedCSSProperties; actionDefaultStyle?: (color?: string, borderColor?: string) => NestedCSSPropertiesExtends; wrapperStyle?: (color: string) => NestedCSSPropertiesExtends; listItemStyle: types.NestedCSSProperties; toolbarTitleStyle: types.NestedCSSProperties; contentStyle: types.NestedCSSProperties; };