UNPKG

tdesign-vue-next

Version:
5 lines (4 loc) 164 B
import { TdPrimaryTableProps } from '../type'; export default function useAsyncLoading(props: TdPrimaryTableProps): { renderAsyncLoading: () => JSX.Element; };