UNPKG

@ice/jsx-runtime

Version:

JSX runtime for ice.

3 lines (2 loc) 229 B
/// <reference types="react" /> export declare function createElement(type: any, props: any, ...children: any[]): import("react").DetailedReactHTMLElement<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;