mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-18 03:18:13 +00:00
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
const template = {
|
|
type: 'WhiteTpl',
|
|
h: 20,
|
|
displayName: '空白组件',
|
|
};
|
|
export default template;
|