UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

8 lines (7 loc) 246 B
import { DescriptionsProps } from './interface'; declare function Descriptions(baseProps: DescriptionsProps): JSX.Element; declare namespace Descriptions { var displayName: string; } export default Descriptions; export { DescriptionsProps };