forgeplus-react/node_modules/antd/lib/typography/Paragraph.d.ts

7 lines
195 B
TypeScript

import * as React from 'react';
import { BlockProps } from './Base';
interface ParagraphProps extends BlockProps {
}
declare const Paragraph: React.SFC<ParagraphProps>;
export default Paragraph;