UNPKG

@ithinkdt/naive

Version:

iThinkDT Naive UI

11 lines (8 loc) 232 B
import { PropType } from 'vue' import { SimpleDefineComponent } from '@ithinkdt/common' export declare const DtCustomCols: SimpleDefineComponent<{ columns: { type: PropType<RecordAny[]> required: true } }>