diff --git a/src/style_manager/index.js b/src/style_manager/index.js index 45015a7b5..cc0ee9abc 100644 --- a/src/style_manager/index.js +++ b/src/style_manager/index.js @@ -581,6 +581,10 @@ export default () => { }); }, + getBuiltIn(prop = '') { + return this.PropertyFactory.build(prop); + }, + __upProp(prop, style, parentStyles, opts) { const name = prop.getName(); const value = style[name];