@spaced-out/ui-design-system
Version:
Sense UI components library
5 lines • 375 B
TypeScript
export type { ToastProps, ToastSemanticType } from '../../components/Toast/Toast';
export { Toast, TOAST_SEMANTIC, ToastBody, ToastFooter, ToastTitle, } from '../../components/Toast/Toast';
export { ToastContainer } from '../../components/Toast/ToastContainer';
export { toastApi, toastManager } from '../../components/Toast/ToastManager';
//# sourceMappingURL=index.d.ts.map