UNPKG

kdesign-ui

Version:

kd is from company of klx, it provide quickly genarator company inner business front structure

5 lines (4 loc) 118 B
export default (props: any = {}) => { let activeCom = require(`./template/${props.id}`) return activeCom(props) }