UNPKG

twrnc

Version:
5 lines (4 loc) 269 B
import type { TwTheme } from '../tw-config'; import type { StyleIR } from '../types'; export declare function border(value: string, theme?: TwTheme): StyleIR | null; export declare function borderRadius(value: string, config?: TwTheme['borderRadius']): StyleIR | null;