UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

6 lines 188 B
import type { Child } from '../types'; declare const Fragment: ({ children, ...props }: { children?: Child; }) => Child; export default Fragment; //# sourceMappingURL=fragment.d.ts.map