UNPKG

@teamsparta/stack-text

Version:
8 lines (5 loc) 192 B
import * as fonts from '@teamsparta/stack-font'; import { CSSProperties } from 'react'; type Font = keyof typeof fonts; type Align = CSSProperties["textAlign"]; export type { Align, Font };