UNPKG

tdesign-vue

Version:
7 lines (6 loc) 293 B
import { SetupContext } from '@vue/composition-api'; import { CreateElement } from 'vue'; import { TdPrimaryTableProps } from '../type'; export default function useAsyncLoading(props: TdPrimaryTableProps, context: SetupContext): { renderAsyncLoading: (h: CreateElement) => JSX.Element; };