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.

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