mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 17:19:40 +02:00
2 lines
120 B
TypeScript
2 lines
120 B
TypeScript
export { ErrorBanner } from './ErrorBanner';
|
|
export type { ErrorBannerProps, ErrorBannerVariant } from './ErrorBanner';
|