UNPKG

tdesign-vue-next

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