UNPKG

@corvu/utils

Version:

Utilities for corvu

8 lines (5 loc) 208 B
import { FlowComponent } from 'solid-js'; type Fragment = FlowComponent; /** Component that renders its children without a wrapper node. */ declare const Fragment: Fragment; export { Fragment as default };