UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 127 B
import { TheadProps } from '../interface'; declare function THead<T>(props: TheadProps<T>): JSX.Element; export default THead;