UNPKG

twrnc

Version:
4 lines (3 loc) 297 B
import type { TwTheme } from '../tw-config'; import type { Direction, ParseContext, StyleIR } from '../types'; export default function spacing(type: 'margin' | 'padding', direction: Direction, value: string, context: ParseContext, config?: TwTheme['margin'] | TwTheme['padding']): StyleIR | null;