UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

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