UNPKG

yyzone-bip

Version:

升级新的ui标准后的yyzone库

14 lines 432 B
import { BipButton } from './button'; import { BipTab, BipTabItem } from './tab'; import { BipUpload } from './upload'; import { BipTable, BipTableColumn } from './table'; import { BipTree } from './tree'; export default { BipButtonV2: BipButton, BipTabV2: BipTab, BipTabItemV2: BipTabItem, BipUploadV2: BipUpload, BipTableV2: BipTable, BipTableColumnV2: BipTableColumn, BipTree: BipTree }