@lcap/builder
Version:
lcap builder utils
35 lines (34 loc) • 785 B
JavaScript
;
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',
];