UNPKG

petals-ui

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