mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-15 20:52:49 +00:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
const template = {
|
|
type: 'LongText',
|
|
h: 36,
|
|
displayName: '长文本组件',
|
|
};
|
|
export default template;
|