UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

9 lines (8 loc) 278 B
/// <reference types="react" /> import { DescriptionsProps } from './interface'; declare function Descriptions(baseProps: DescriptionsProps): JSX.Element; declare namespace Descriptions { var displayName: string; } export default Descriptions; export { DescriptionsProps };