@base-ui/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
8 lines • 451 B
text/typescript
export * as NumberField from "./index.parts.mjs";
export type * from "./root/NumberFieldRoot.mjs";
export type * from "./group/NumberFieldGroup.mjs";
export type * from "./increment/NumberFieldIncrement.mjs";
export type * from "./decrement/NumberFieldDecrement.mjs";
export type * from "./input/NumberFieldInput.mjs";
export type * from "./scrub-area/NumberFieldScrubArea.mjs";
export type * from "./scrub-area-cursor/NumberFieldScrubAreaCursor.mjs";