UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 388 B
//#region src/components/date-picker/use-date-picker-table-props-context.ts var [DatePickerTablePropsProvider, useDatePickerTablePropsContext] = require("../../utils/create-context.cjs").createContext("DatePickerTablePropsContext"); //#endregion exports.DatePickerTablePropsProvider = DatePickerTablePropsProvider; exports.useDatePickerTablePropsContext = useDatePickerTablePropsContext;