UNPKG

retort-js

Version:

Intuitive, production-ready prompt chaining in Javascript

4 lines (3 loc) 150 B
export declare function jsx<T extends keyof JSX.IntrinsicElements>(tag: T, props?: JSX.IntrinsicElements[T], ...children: any[]): { cow: true; };