springtype
Version:
1k TypeScript/TSX nano-framework for the web
3 lines (2 loc) • 332 B
TypeScript
import { IVirtualChildren, IVirtualNode, IVirtualNodeType } from 'springtype-types';
export declare const tsx: (type: IVirtualNodeType | Function | any, attributes: (JSX.HTMLAttributes & JSX.SVGAttributes & Record<string, any>) | null, ...children: Array<IVirtualChildren> | IVirtualChildren) => Array<IVirtualNode> | IVirtualNode;