You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`locals` - object with properties which will be local variables in jsx file
170
+
*`props` - object with properties which will be local variables in jsx file. `locals` property will be visible for all deep components. Properties of `locals` object will be as local variables in all deep components.
171
+
*`options` - optional, object which overwrites any of next three [global options](#options)`doctype`, `replace`, `renderer`
171
172
*`callback` - optional, Node style callback which will receive result of `options.renderer` as second argument
172
173
173
-
If you pass to `engine`only path and locals then it will return html.
174
+
If you pass to `engine`arguments without callback then it will return result of `renderer` of [global options](#options).
0 commit comments