UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 306 B
import React from 'react'; import { IReactListDynamicProps } from '@docsvision/webclient/Helpers/ReactList/ReactListDynamic'; export interface ITasksTableBodyProps extends IReactListDynamicProps { } export declare function TasksTableBody(props: React.PropsWithChildren<ITasksTableBodyProps>): JSX.Element;