diff --git a/packages/react/package.json b/packages/react/package.json index 5b9948a..f0c0c5f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -11,8 +11,8 @@ "types": "./dist/index.d.ts", "exports": { ".": { - "default": "./dist/index.js", - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "default": "./dist/index.js" }, "./style": "./dist/style.css", "./fonts": "./dist/fonts.css",