UNPKG

tav-ui

Version:
4 lines (3 loc) 238 B
import type { ComputedRef, Ref } from 'vue'; import type { TableProInstance, TableProProps } from '../types'; export declare function useDataSource(tablePropsRef: ComputedRef<TableProProps>, tableRef: Ref<TableProInstance | null>): void;