feat: provide Fragment component
Adds a new Fragment component that provides the same functionality as React.Fragment. See issue #9 for details. closes issue #9
This commit is contained in:
parent
b112dc2d97
commit
da241efb59
4 changed files with 43 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
export { HTMLElement, Component } from "./component";
|
||||
export { HTMLElement, Component, Fragment } from "./component";
|
||||
export { UserConfig as Config } from "./config";
|
||||
export { createElement } from "./create-element";
|
||||
export * from "./jsx";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue