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.

7 lines 326 B
export * as Field from "./index.parts.js"; export type * from "./root/FieldRoot.js"; export type * from "./label/FieldLabel.js"; export type * from "./description/FieldDescription.js"; export type * from "./error/FieldError.js"; export type * from "./control/FieldControl.js"; export type * from "./validity/FieldValidity.js";