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 2438bf6 commit c9ec083Copy full SHA for c9ec083
index.d.ts
@@ -0,0 +1,3 @@
1
+export default class MarkdownToolbarElement extends HTMLElement {
2
+ readonly field?: HTMLTextAreaElement;
3
+}
package.json
@@ -5,6 +5,7 @@
5
"repository": "github/markdown-toolbar-element",
6
"main": "dist/index.umd.js",
7
"module": "dist/index.esm.js",
8
+ "types": "index.d.ts",
9
"scripts": {
10
"clean": "rm -rf dist",
11
"lint": "github-lint",
@@ -22,7 +23,8 @@
22
23
],
24
"license": "MIT",
25
"files": [
- "dist"
26
+ "dist",
27
+ "index.d.ts"
28
29
"devDependencies": {
30
"@babel/cli": "^7.4.4",
0 commit comments