UNPKG

twrnc

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