UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

6 lines (5 loc) 221 B
import * as React from 'react'; import { PropsWithChildren } from 'react'; import { TableProps } from '../../table'; declare const table: (props: PropsWithChildren<TableProps>) => React.JSX.Element; export default table;