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.
2 parents a02d136 + 469736d commit 5993d68Copy full SHA for 5993d68
1 file changed
index.js.flow
@@ -1,5 +1,7 @@
1
/* @flow strict */
2
3
-declare class DetailsDialogElement extends HTMLElement {
4
- toggle(open: boolean): void;
+declare module '@github/details-dialog-element' {
+ declare export default class DetailsDialogElement extends HTMLElement {
5
+ toggle(open: boolean): void;
6
+ }
7
}
0 commit comments