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.

8 lines (7 loc) 352 B
import { ToastItem, ToastItemProps } from "./ToastItem.js"; //#region src/toast/Toaster.d.ts declare const toasterWidth = 480; declare const _default: import("react").MemoExoticComponent<() => import("react").JSX.Element>; //#endregion export { ToastItem, type ToastItemProps, _default as default, toasterWidth }; //# sourceMappingURL=Toaster.d.ts.map