UNPKG

@wetspace/pro-components

Version:
16 lines (14 loc) 494 B
import { WetProTablePropsType } from '../types'; type TableSizeType = '' | 'large' | 'default' | 'small'; declare const _default: (props: WetProTablePropsType) => { showTool: import('vue').ComputedRef<boolean>; tableSize: import('vue').ShallowRef<TableSizeType, TableSizeType>; paginationSize: import('vue').ComputedRef<{ background: boolean; layout: string; } | { background?: undefined; layout?: undefined; }>; }; export default _default;