UNPKG

tdesign-react

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