UNPKG

twrnc

Version:
11 lines (10 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PREFIX_COLOR_PROP_MAP = void 0; exports.PREFIX_COLOR_PROP_MAP = { 'bg-': `backgroundColor`, 'border-': `borderColor`, 'text-': `textColor`, 'decoration-': `textDecorationColor`, 'outline-': `outlineColor`, };