Skip to content

Commit 2a1923d

Browse files
committed
chore: fix polymorphic declaration file
1 parent 6380130 commit 2a1923d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = defineConfig([
4242
'contributor-docs/adrs/*',
4343
'examples/codesandbox/**/*',
4444
'packages/react/src/utils/polymorphic.ts',
45-
'packages/styled-react/src/polymorphic.d.ts',
45+
'packages/styled-react/src/polymorphic.ts',
4646
'**/storybook-static',
4747
'**/CHANGELOG.md',
4848
'**/node_modules/**/*',

0 commit comments

Comments
 (0)