UNPKG

@ark-ui/vue

Version:

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

8 lines (5 loc) 141 B
import * as toast from '@zag-js/toast'; const createToaster = (props) => { return toast.createStore(props); }; export { createToaster };