UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

7 lines (6 loc) 273 B
import type { TableBodyProps } from './defaults'; import type { TableColumnCtx } from '../table-column/defaults'; declare function useRender(props: Partial<TableBodyProps>): { wrappedRowRender: (row: TableColumnCtx, $index: number) => any; }; export default useRender;