UNPKG
@corvu/utils
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Utilities for corvu
corvu.dev
corvudev/corvu
@corvu/utils
/
dist
/
components
/
Fragment.d.ts
8 lines
(5 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
};