mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-18 11:28:12 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
const template = {
|
|
type: 'Audio',
|
|
h: 48,
|
|
displayName: '音频组件',
|
|
};
|
|
export default template;
|