4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
export type * from './interface';
|
|
|
|
export { default as Notification } from './notification.vue';
|