UNPKG

@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 376 B
export * as Field from "./index.parts.mjs"; export type * from "./root/FieldRoot.mjs"; export type * from "./label/FieldLabel.mjs"; export type * from "./description/FieldDescription.mjs"; export type * from "./error/FieldError.mjs"; export type * from "./control/FieldControl.mjs"; export type * from "./validity/FieldValidity.mjs"; export type * from "./item/FieldItem.mjs";