mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-10 14:08:10 +00:00
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
const template = {
|
|
type: 'Notice',
|
|
h: 20,
|
|
displayName: '通知组件',
|
|
};
|
|
export default template;
|