kdesign-ui
Version:
kd is from company of klx, it provide quickly genarator company inner business front structure
22 lines (19 loc) • 571 B
JavaScript
/* md5: 0edc4e3a982bbc926f7b74620e38caa8 */
/* 仓库id: 241245 */
/* 版本: 0.0.1-beta.0 */
/* eslint-disable */
/* tslint:disable */
/**
* 本文件由接口平台自动生成,请勿修改
* 仓库地址: http://gitee/repository/editor?id=241245
*/
import {
{{ each definition }}
{{ $value.definitionCode + `V${$value.version}` + ($index !== definition.length - 1 ? ',' : '')}}
{{/each}}
} from './request'
export {
{{ each definition }}
{{ $value.definitionCode + `V${$value.version}` + ($index !== definition.length - 1 ? ',' : '') }}
{{/each}}
}