UNPKG

@ark-ui/react

Version:

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

9 lines (6 loc) 155 B
'use client'; import * as toast from '@zag-js/toast'; const createToaster = (props) => { return toast.createStore(props); }; export { createToaster };