UNPKG

rvx

Version:

A signal based rendering library

8 lines (7 loc) 190 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;