UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

7 lines (6 loc) 195 B
import * as React from 'react'; import { BlockProps } from './Base'; interface ParagraphProps extends BlockProps { } declare const Paragraph: React.SFC<ParagraphProps>; export default Paragraph;