UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 257 B
import { types } from "typestyle"; /** * Styles for the BooleanRenderer component */ export declare const BooleanDisplayStyles: { container: types.NestedCSSProperties; itemHeader: types.NestedCSSProperties; item: types.NestedCSSProperties; };