mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-04-07 21:20:12 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
const template = {
|
|
type: 'Calendar',
|
|
h: 185,
|
|
displayName: '日历组件',
|
|
};
|
|
export default template;
|