2025-12-10 12:02:17 +08:00

5 lines
189 B
TypeScript

export { default as alertDark } from './dark';
export { default as alertLight } from './light';
export type { AlertTheme, AlertThemeVars } from './light';
export { alertRtl } from './rtl';