UNPKG

twrnc

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