3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
|
|
export { alertProps, default as NAlert } from './src/Alert';
|
||
|
|
export type { AlertProps, AlertSlots } from './src/Alert';
|