UNPKG

twrnc

Version:
4 lines (3 loc) 207 B
import type { TwTheme } from '../tw-config'; import type { ParseContext, StyleIR } from '../types'; export default function fontSize(value: string, config?: TwTheme, context?: ParseContext): StyleIR | null;