Skip to content

Commit

Permalink
fix typing of react-json-view-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 24, 2024
1 parent 739eff3 commit e58572b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const paraisoStyles: JsonViewProps['style'] = {
collapseIcon: styles.collapseIconParaiso!,
expandIcon: styles.expandIconParaiso!,
collapsedContent: styles.collapseContentParaiso!,
} satisfies Partial<JsonViewProps['style']> as JsonViewProps['style'];
};

export default function DebugJsonView({
src,
Expand Down

0 comments on commit e58572b

Please sign in to comment.