UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 672 B
import { ToastListItem } from "../core/types.js"; import { ToastDuration, ToastIntent, ToastOptions, ToastRenderProps, ToastSize, ToastStatus, ToastTextLayout } from "./toast.types.js"; import { ToastItem, ToastItemProps } from "./ToastItem.js"; import _default, { toasterWidth } from "./Toaster.js"; import { defaultDuration, fastToastDuration, slowToastDuration, useToast } from "./useToast.js"; export { type ToastDuration, type ToastIntent, ToastItem, ToastItemProps, type ToastOptions, type ToastRenderProps, type ToastSize, type ToastStatus, type ToastTextLayout, _default as Toaster, defaultDuration, fastToastDuration, slowToastDuration, toasterWidth, useToast };