UNPKG

@adaptui/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

4 lines (3 loc) 175 B
import { DefaultToast } from "../index"; export declare const genId: () => string; export declare const getToast: <T extends DefaultToast>(toasts: T[], toastId: string) => T;