Browse Source

Add getBuiltIn

up-style-manager
Artur Arseniev 4 years ago
parent
commit
ac3fdbcb6b
  1. 4
      src/style_manager/index.js

4
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];

Loading…
Cancel
Save