Files
kt-financial-system/packages/business/widgets/src/notification/index.ts
2024-06-23 20:03:41 +08:00

4 lines
97 B
TypeScript

export type * from './interface';
export { default as Notification } from './notification.vue';