Skip to content

Commit

Permalink
Re-use existing type
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Dec 10, 2024
1 parent c680303 commit d147180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/componentsToHints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { PlayroomProps } from '../Playroom/Playroom';

export default (
components: PlayroomProps['components'],
staticTypes: Record<string, Record<string, unknown>> = {}
staticTypes: typeof __PLAYROOM_GLOBAL__STATIC_TYPES__ = {}
) => {
const componentNames = Object.keys(components).sort();

Expand Down

0 comments on commit d147180

Please sign in to comment.