UNPKG

@ark-ui/vue

Version:

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

8 lines (7 loc) 198 B
import * as toast from "@zag-js/toast"; //#region src/components/toast/create-toaster.ts var createToaster = (props) => { return toast.createStore(props); }; //#endregion export { createToaster };