UNPKG

@ark-ui/solid

Version:

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

8 lines (6 loc) 185 B
// src/components/date-picker/date-picker.anatomy.ts import { anatomy } from "@zag-js/date-picker"; var datePickerAnatomy = anatomy.extendWith("view"); export { datePickerAnatomy };