UNPKG

@visactor/vrender-kits

Version:
4 lines (3 loc) 194 B
import { Group } from '@visactor/vrender-core'; export declare function jsx(type: string | any, config: Record<string, any>, ...children: any): any; export declare const Fragment: typeof Group;