mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-25 00:38:11 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
const template = {
|
|
type: 'Form',
|
|
h: 172,
|
|
displayName: '表格组件',
|
|
};
|
|
export default template;
|