UNPKG

petals-ui

Version:
5 lines (4 loc) 152 B
import { ITypographyComponent } from '../../typography'; interface IParagraphComponent extends ITypographyComponent { } export { IParagraphComponent };