UNPKG

@loke/design-system

Version:

A design system with individually importable components

5 lines (4 loc) 190 B
export type { ExternalToast } from "./state"; export { toast } from "./state"; export type { Action, ToastT, ToastToDismiss, } from "./toast"; export { Toaster, useToasts, } from "./toast";