UNPKG

@base-ui-components/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 443 B
export * as NumberField from "./index.parts.js"; export type * from "./root/NumberFieldRoot.js"; export type * from "./group/NumberFieldGroup.js"; export type * from "./increment/NumberFieldIncrement.js"; export type * from "./decrement/NumberFieldDecrement.js"; export type * from "./input/NumberFieldInput.js"; export type * from "./scrub-area/NumberFieldScrubArea.js"; export type * from "./scrub-area-cursor/NumberFieldScrubAreaCursor.js";