How to use the Fragment function from preact
Find comprehensive JavaScript preact.Fragment code examples handpicked from public code repositorys.
GitHub: websuits/wbs
8 9 10 11 12 13 14 15 16 17
var _preact = require("preact"); var InternalHighlight = (0, _uiComponentsHighlightVdom.createHighlightComponent)({ createElement: _preact.createElement, Fragment: _preact.Fragment }); exports.InternalHighlight = InternalHighlight;
0
0
0
preact.options is the most popular function in preact (790 examples)