Skip to content

Commit

Permalink
fixup! misko: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored and wmertens committed Dec 6, 2023
1 parent fb783f6 commit 3bdf043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/qwik/src/core/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,7 @@ export type QwikFocusEvent<T = Element> = NativeFocusEvent;
export interface QwikIntrinsicElements extends IntrinsicHTMLElements {
// Warning: (ae-forgotten-export) The symbol "QwikCustomHTMLAttributes" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "QwikCustomHTMLElement" needs to be exported by the entry point index.d.ts
<<<<<<< Updated upstream
[key: string]: {} | QwikCustomHTMLAttributes<QwikCustomHTMLElement>;
=======
[key: string]: QwikCustomHTMLAttributes<QwikCustomHTMLElement> | {} | null;
>>>>>>> Stashed changes
}

// @public @deprecated (undocumented)
Expand Down

0 comments on commit 3bdf043

Please sign in to comment.