max-project-template/templates/component/index.ts.tpl
2024-02-20 10:04:52 +08:00

5 lines
100 B
Smarty

import {{{compName}}} from './component'
export default {{{compName}}}
export * from './component'