UNPKG

@ark-ui/vue

Version:

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

6 lines (5 loc) 223 B
import { GridCollection } from "@zag-js/collection"; //#region src/components/collection/grid-collection.ts var createGridCollection = (options) => new GridCollection(options); //#endregion export { createGridCollection };