We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f584c commit 3ff20a5Copy full SHA for 3ff20a5
adev/shared-docs/pipeline/api-gen/rendering/templates/header-api.tsx
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
-import {Fragment, h} from 'preact';
+import {Fragment, h, HTMLAttributes} from 'preact';
10
import {EntryType, isDocEntryWithSourceInfo, PipeEntry} from '../entities.mjs';
11
import {DocEntryRenderable, PipeEntryRenderable} from '../entities/renderables.mjs';
12
import {
@@ -73,7 +73,7 @@ export function HeaderApi(props: {
73
}
74
75
function statusTag(entry: DocEntryRenderable) {
76
- let tag: h.JSX.HTMLAttributes<HTMLDivElement> | null = null;
+ let tag: HTMLAttributes<HTMLDivElement> | null = null;
77
78
// Cascading Deprecated > Stable > Developer Preview > Experimental
79
0 commit comments