Skip to content

Commit bf40864

Browse files
authored
fix: export global typings (#1758)
1 parent 88d2b81 commit bf40864

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/lucky-areas-hang.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
react-aria-component type override should be picked up automatically

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"status": "beta",
1212
"main": "dist/index.js",
13-
"types": "dist/index.d.ts",
13+
"types": "dist/typesIndex.d.ts",
1414
"module": "dist/index.es.js",
1515
"source": "src/index.ts",
1616
"files": [
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// biome-ignore lint/performance/noReExportAll: This is necessary to re-surface type definitions
2+
export * from './index';
3+
// biome-ignore lint/performance/noReExportAll: This is necessary to re-surface type definitions
4+
export * from './global';

0 commit comments

Comments
 (0)