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 414e24e commit a4aa447Copy full SHA for a4aa447
js/index.d.ts
@@ -0,0 +1,3 @@
1
+export * from './free/index'
2
+export * from './flag/index'
3
+export * from './brand/index'
package.json
@@ -5,6 +5,7 @@
5
"main": "js/index.js",
6
"style": "css/all.css",
7
"sideEffects": false,
8
+ "typings": "js/index.d.ts",
9
"scripts": {
10
"clean": "rimraf css",
11
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify*",
0 commit comments