twrnc
Version:
simple, expressive API for tailwindcss + react-native
6 lines (5 loc) • 384 B
TypeScript
import type { StyleIR } from '../types';
import type { TwTheme } from '../tw-config';
export declare function outlineStyle(value: string): StyleIR | null;
export declare function outlineWidth(value: string, config?: TwTheme['outlineWidth']): StyleIR | null;
export declare function outlineOffset(value: string, isNegative: boolean, config?: TwTheme['outlineOffset']): StyleIR | null;