UNPKG

@lcap/builder

Version:
35 lines (34 loc) 785 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupportedCSSProperties = void 0; exports.SupportedCSSProperties = [ 'backgroundColor', 'color', 'fontSize', 'borderTopColor', 'borderRightColor', 'borderBottomColor', 'borderLeftColor', 'borderTopWidth', 'borderRightWidth', 'borderBottomWidth', 'borderLeftWidth', 'borderTopStyle', 'borderRightStyle', 'borderBottomStyle', 'borderLeftStyle', 'borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius', 'width', 'height', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', ];