Files
icehrm/web/node_modules/antd/lib/typography/Paragraph.d.ts
2020-05-20 18:47:29 +02:00

7 lines
201 B
TypeScript

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