UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 307 B
import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const ListingStyle: { lineStyle?: (color: string) => NestedCSSPropertiesExtends; titleDefaultStyle?: types.NestedCSSProperties; expansionContentStyle?: types.NestedCSSProperties; };