Skip to content

Commit

Permalink
fix: callback types
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Sep 16, 2024
1 parent 4f587f6 commit 4a59afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActionPanel/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type ActionPanelItem = {
dragProps?: ItemDragProps;
renderItem?: (
props: Omit<ActionPanelItem, 'renderItem'> & {key: React.Key; children: React.ReactNode},
) => JSX.Element;
) => React.ReactNode;
};

export type ActionPanelProps = {
Expand Down

0 comments on commit 4a59afa

Please sign in to comment.