mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-08 12:58:11 +00:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
const template = {
|
|
type: 'XProgress',
|
|
h: 102,
|
|
displayName: '圆型进度条组件',
|
|
};
|
|
export default template;
|