UNPKG

@styli/react

Version:

10 lines (9 loc) 446 B
/// <reference types="react" /> /** * JSX Pragma * TODO: this is minimal version * @param element element type * @param props element props * @param children element children */ export declare function jsx(element: string, props?: any, ...children: any[]): import("react").ReactElement<{}, string | ((props: any) => import("react").ReactElement<any, any> | null) | (new (props: any) => import("react").Component<any, any, any>)>;