UNPKG

petals-ui

Version:
5 lines (4 loc) 232 B
import { ExtensibleThemeColor } from '../../basic'; declare type TypoLinePosition = 'none' | 'over' | 'through' | 'under'; declare type TypoTextColor = ExtensibleThemeColor | 'secondary'; export { TypoLinePosition, TypoTextColor };