UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

4 lines (3 loc) 264 B
import { AnatomyInstance, AnatomyPart } from '@zag-js/anatomy'; export declare const fieldsetAnatomy: AnatomyInstance<"legend" | "root" | "errorText" | "helperText">; export declare const parts: Record<"legend" | "root" | "errorText" | "helperText", AnatomyPart>;