@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
15 lines (12 loc) • 1.14 kB
TypeScript
import { M as MeterRoot, a as MeterFill, b as MeterLabel, c as MeterTrack, d as MeterValueLabel } from '../meter-value-label-797727cd.js';
export { z as MeterContextValue, f as MeterFillCommonProps, e as MeterFillOptions, h as MeterFillProps, g as MeterFillRenderProps, j as MeterLabelCommonProps, i as MeterLabelOptions, l as MeterLabelProps, k as MeterLabelRenderProps, n as MeterRootCommonProps, m as MeterRootOptions, p as MeterRootProps, o as MeterRootRenderProps, r as MeterTrackCommonProps, q as MeterTrackOptions, t as MeterTrackProps, s as MeterTrackRenderProps, v as MeterValueLabelCommonProps, u as MeterValueLabelOptions, x as MeterValueLabelProps, w as MeterValueLabelRenderProps, y as useMeterContext } from '../meter-value-label-797727cd.js';
import 'solid-js';
import '../polymorphic/index.js';
import '@kobalte/utils';
declare const Meter: typeof MeterRoot & {
Fill: typeof MeterFill;
Label: typeof MeterLabel;
Track: typeof MeterTrack;
ValueLabel: typeof MeterValueLabel;
};
export { MeterFill as Fill, MeterLabel as Label, Meter, MeterRoot as Root, MeterTrack as Track, MeterValueLabel as ValueLabel };