|
686 | 686 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/jsx-runtime.ts", |
687 | 687 | "mdFile": "core.h.md" |
688 | 688 | }, |
| 689 | + { |
| 690 | + "name": "HTMLElementAttrs", |
| 691 | + "id": "htmlelementattrs", |
| 692 | + "hierarchy": [ |
| 693 | + { |
| 694 | + "name": "HTMLElementAttrs", |
| 695 | + "id": "htmlelementattrs" |
| 696 | + } |
| 697 | + ], |
| 698 | + "kind": "Interface", |
| 699 | + "content": "```typescript\nexport interface HTMLElementAttrs extends HTMLAttributesBase, FilterBase<HTMLElement> \n```\n**Extends:** HTMLAttributesBase, FilterBase<HTMLElement>", |
| 700 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/types/jsx-generated.ts", |
| 701 | + "mdFile": "core.htmlelementattrs.md" |
| 702 | + }, |
689 | 703 | { |
690 | 704 | "name": "implicit$FirstArg", |
691 | 705 | "id": "implicit_firstarg", |
|
1318 | 1332 | } |
1319 | 1333 | ], |
1320 | 1334 | "kind": "TypeAlias", |
1321 | | - "content": "The DOM props without plain handlers, for use inside functions\n\n\n```typescript\nexport type QwikHTMLElements = {\n [tag in keyof HTMLElementTagNameMap]: Augmented<HTMLElementTagNameMap[tag], SpecialAttrs[tag]> & HTMLElementAttrs & QwikAttributes<HTMLElementTagNameMap[tag]>;\n};\n```\n**References:** [QwikAttributes](#qwikattributes)", |
| 1335 | + "content": "The DOM props without plain handlers, for use inside functions\n\n\n```typescript\nexport type QwikHTMLElements = {\n [tag in keyof HTMLElementTagNameMap]: Augmented<HTMLElementTagNameMap[tag], SpecialAttrs[tag]> & HTMLElementAttrs & QwikAttributes<HTMLElementTagNameMap[tag]>;\n};\n```\n**References:** [HTMLElementAttrs](#htmlelementattrs)<!-- -->, [QwikAttributes](#qwikattributes)", |
1322 | 1336 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/types/jsx-generated.ts", |
1323 | 1337 | "mdFile": "core.qwikhtmlelements.md" |
1324 | 1338 | }, |
|
1458 | 1472 | } |
1459 | 1473 | ], |
1460 | 1474 | "kind": "TypeAlias", |
1461 | | - "content": "The SVG props without plain handlers, for use inside functions\n\n\n```typescript\nexport type QwikSVGElements = {\n [K in keyof Omit<SVGElementTagNameMap, keyof HTMLElementTagNameMap>]: SVGProps<SVGElementTagNameMap[K]>;\n};\n```", |
| 1475 | + "content": "The SVG props without plain handlers, for use inside functions\n\n\n```typescript\nexport type QwikSVGElements = {\n [K in keyof Omit<SVGElementTagNameMap, keyof HTMLElementTagNameMap>]: SVGProps<SVGElementTagNameMap[K]>;\n};\n```\n**References:** [SVGProps](#svgprops)", |
1462 | 1476 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/types/jsx-generated.ts", |
1463 | 1477 | "mdFile": "core.qwiksvgelements.md" |
1464 | 1478 | }, |
|
2008 | 2022 | "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/types/jsx-generated.ts", |
2009 | 2023 | "mdFile": "core.svgattributes.md" |
2010 | 2024 | }, |
| 2025 | + { |
| 2026 | + "name": "SVGProps", |
| 2027 | + "id": "svgprops", |
| 2028 | + "hierarchy": [ |
| 2029 | + { |
| 2030 | + "name": "SVGProps", |
| 2031 | + "id": "svgprops" |
| 2032 | + } |
| 2033 | + ], |
| 2034 | + "kind": "Interface", |
| 2035 | + "content": "```typescript\nexport interface SVGProps<T extends Element> extends SVGAttributes, QwikAttributes<T> \n```\n**Extends:** [SVGAttributes](#svgattributes)<!-- -->, [QwikAttributes](#qwikattributes)<!-- --><T>", |
| 2036 | + "editUrl": "https://github.com/QwikDev/qwik/tree/main/packages/qwik/src/core/shared/jsx/types/jsx-generated.ts", |
| 2037 | + "mdFile": "core.svgprops.md" |
| 2038 | + }, |
2011 | 2039 | { |
2012 | 2040 | "name": "sync$", |
2013 | 2041 | "id": "sync_", |
|
0 commit comments