@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
4 lines (3 loc) • 337 B
TypeScript
export declare const USE_METER_STATE_KEYS: readonly ["value", "min", "max", "low", "optimum", "high"];
export declare const METER_STATE_KEYS: readonly ["value", "min", "max", "low", "optimum", "high", "percent", "status"];
export declare const METER_KEYS: readonly ["value", "min", "max", "low", "optimum", "high", "percent", "status"];