UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 546 B
import { types } from "typestyle"; export declare const ListingStyles: { overflowRow?: (width: string) => types.NestedCSSProperties; activeTabStyle?: (colorBg: string) => types.NestedCSSProperties; buttonStyle?: (color: string) => types.NestedCSSProperties; toolbarMenu?: types.NestedCSSProperties; rowWithButton?: types.NestedCSSProperties; mainRowActive?: types.NestedCSSProperties; cotentRowActive?: types.NestedCSSProperties; searchBox?: types.NestedCSSProperties; tabStyle?: types.NestedCSSProperties; };