File size: 103 Bytes
1e92f2d |
1 2 3 |
export { default as Notice, NoticeType } from './notice';
export type { NoticeState } from './notice';
|
1e92f2d |
1 2 3 |
export { default as Notice, NoticeType } from './notice';
export type { NoticeState } from './notice';
|