UNPKG

kdesign-ui

Version:

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

13 lines (12 loc) 267 B
interface DyKey { [key: string]: any } // Vue属性定义 type VueBaseConfig = Record<string | number | symbol, any> interface VueConfig { props?: VueBaseConfig data?: VueBaseConfig computed?: VueBaseConfig watch?: VueBaseConfig methods?: VueBaseConfig }