UNPKG

rvx

Version:

A signal based rendering library

8 lines 228 B
import { Content } from "../types.js"; /** * The jsx fragment component that returns it's children as is. */ export declare function Fragment(props: { children?: Content; }): Content; //# sourceMappingURL=fragment.d.ts.map