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 b6f80ef + 7e81adf commit c2f03a2Copy full SHA for c2f03a2
index.d.ts
@@ -0,0 +1,3 @@
1
+export default class GEmojiElement extends HTMLElement {
2
+ image?: HTMLImageElement
3
+}
package.json
@@ -4,10 +4,12 @@
4
"description": "Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images.",
5
"main": "dist/index.umd.js",
6
"module": "dist/index.esm.js",
7
+ "types": "index.d.ts",
8
"license": "MIT",
9
"repository": "github/g-emoji-element",
10
"files": [
- "dist"
11
+ "dist",
12
+ "index.d.ts"
13
],
14
"scripts": {
15
"clean": "rm -rf dist",
0 commit comments