Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Oct 12, 2023
1 parent 8eee2b2 commit 3cc334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/preact-custom-element/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare function register(
componentDefinition: FunctionComponent<any> | ComponentClass<any> | FunctionalComponent<any>,
tagName?: string,
observedAttributes?: string[],
options?: { shadow: boolean },
options?: { shadow: boolean, mode: string },
): void;

export = register;

0 comments on commit 3cc334b

Please sign in to comment.