From ac3fdbcb6b0539dd414912ffa159de211166f062 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sat, 11 Dec 2021 01:40:38 +0100 Subject: [PATCH] Add getBuiltIn --- src/style_manager/index.js | 4 ++++ 1 file changed, 4 insertions(+) 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];