UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

10 lines (9 loc) 269 B
/** * [[include:header-notify/README.md]] * @module header-notify * @preferred */ /** imports */ export * from './component/header-notify.component'; export * from './component/notification-list/notification-list.component'; export * from './header-notify.module';