Skip to content

Commit 2d38ba6

Browse files
committedNov 26, 2021
Export TS styles for the browser version too
1 parent b20d768 commit 2d38ba6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎browser.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {default} from './index.js';

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"files": [
2626
"index.js",
2727
"index.d.ts",
28-
"browser.js"
28+
"browser.js",
29+
"browser.d.ts"
2930
],
3031
"keywords": [
3132
"color",

0 commit comments

Comments
 (0)
Please sign in to comment.