UNPKG

tav-ui

Version:
7 lines (6 loc) 267 B
import type { ComputedRef } from 'vue'; import type { BasicTableProps } from '../types/table'; export declare function useMasking(props: ComputedRef<BasicTableProps>): { getMasking: ComputedRef<boolean | undefined>; setMasking: (masking: boolean) => void; };