How to use the Fragment function from preact

Find comprehensive JavaScript preact.Fragment code examples handpicked from public code repositorys.

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;
fork icon0
star icon0
watch icon0