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 9921b76 commit 02ed0bcCopy full SHA for 02ed0bc
index.d.ts
@@ -0,0 +1,4 @@
1
+export default class DetailsMenuElement extends HTMLElement {
2
+ preload: boolean;
3
+ src: string;
4
+}
package.json
@@ -4,10 +4,12 @@
"description": "A menu opened with a <details> button.",
5
"main": "dist/index.umd.js",
6
"module": "dist/index.esm.js",
7
+ "types": "index.d.ts",
8
"license": "MIT",
9
"repository": "github/details-menu-element",
10
"files": [
- "dist"
11
+ "dist",
12
+ "index.d.ts"
13
],
14
"keywords": [
15
"details",
0 commit comments