Skip to content

Commit

Permalink
fix: Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Nov 27, 2024
1 parent 4d629c0 commit 6dc0c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
FunctionComponent,
PreactDOMAttributes,
VNode
} from './index';
} from 'preact';

type Defaultize<Props, Defaults> =
// Distribute over unions
Expand Down

0 comments on commit 6dc0c5e

Please sign in to comment.