2024-01-29 09:26:07 +08:00

5 lines
189 B
TypeScript

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