UNPKG

@ark-ui/react

Version:

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

7 lines (6 loc) 244 B
import * as toast from '@zag-js/toast'; export interface CreateToasterProps extends toast.StoreProps { } export interface CreateToasterReturn extends toast.Store { } export declare const createToaster: (props: toast.StoreProps) => toast.Store;