UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 462 B
import { NestedCSSPropertiesExtends } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const OptionPickerStyles: { chipHover?: (color: string) => NestedCSSPropertiesExtends; chipChildStyle?: (color: string) => NestedCSSPropertiesExtends; chip?: (color: string) => NestedCSSPropertiesExtends; chipSelected?: (selected: boolean, color: string) => NestedCSSPropertiesExtends; titleStyle?: types.NestedCSSProperties; };