UNPKG

@lilybird/jsx

Version:
17 lines 485 B
export declare namespace JSX { interface ElementChildrenAttribute { children: Record<string, unknown>; } } export declare const jsxs: typeof jsx; export declare function jsx(component: Component, props: { children: Array<any>; [x: string]: any; }): any; export declare function jsxDEV(component: Component, props: { children: Array<any>; [x: string]: any; }): any; type Component = (props: unknown) => any; export {}; //# sourceMappingURL=index.d.ts.map