UNPKG

@ark-ui/vue

Version:

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

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