UNPKG

petals-ui

Version:
9 lines (8 loc) 261 B
import { TypoLinePosition, TypoTextColor } from './aliases'; interface ITypographyComponent { readonly line: TypoLinePosition; readonly color: TypoTextColor; readonly bold: boolean; readonly ellipsis: boolean; } export { ITypographyComponent };