UNPKG

rvx

Version:

A signal based rendering library

7 lines (6 loc) 151 B
/** * The jsx fragment component that returns it's children as is. */ export declare function Fragment(props: { children?: unknown; }): unknown;