UNPKG

petals-ui

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