This commit is contained in:
thednp 2020-06-23 22:00:15 +00:00
parent 610ae90742
commit 3be6838993

11
src/process/process.js Normal file
View file

@ -0,0 +1,11 @@
import getInlineStyle from './getInlineStyle.js'
import getStyleForProperty from './getStyleForProperty.js'
import getStartValues from './getStartValues.js'
import prepareObject from './prepareObject.js'
export default {
getInlineStyle,
getStyleForProperty,
getStartValues,
prepareObject
}