index.d.ts 960 B

12345678910111213141516171819202122
  1. /** @type {ReturnType<createH>} */
  2. export const h: ReturnType<typeof createH>;
  3. export namespace h {
  4. namespace JSX {
  5. type Element = import("./jsx-classic.js").Element;
  6. type ElementChildrenAttribute = import("./jsx-classic.js").ElementChildrenAttribute;
  7. type IntrinsicAttributes = import("./jsx-classic.js").IntrinsicAttributes;
  8. type IntrinsicElements = import("./jsx-classic.js").IntrinsicElements;
  9. }
  10. }
  11. /** @type {ReturnType<createH>} */
  12. export const s: ReturnType<typeof createH>;
  13. export namespace s {
  14. namespace JSX {
  15. type Element = import("./jsx-classic.js").Element;
  16. type ElementChildrenAttribute = import("./jsx-classic.js").ElementChildrenAttribute;
  17. type IntrinsicAttributes = import("./jsx-classic.js").IntrinsicAttributes;
  18. type IntrinsicElements = import("./jsx-classic.js").IntrinsicElements;
  19. }
  20. }
  21. import { createH } from './create-h.js';
  22. //# sourceMappingURL=index.d.ts.map