Skip to content

Commit

Permalink
minor type
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Dec 13, 2023
1 parent 5eb44f1 commit 5cc2c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type TargetsSPFTable = {
onToggleSeeOnMap: (id: Feature['id']) => void;
onSelectRow: (evt: ChangeEvent<HTMLInputElement>) => void;
onSelectAll: (evt: ChangeEvent<HTMLInputElement>) => void;
onDeleteRow: (featureId: Feature['id']) => void;
onDeleteRow: (feature: DataItem) => void;
onChangeRow: (featureId: Feature['id'], values: Record<'prop' | 'spf', number>) => void;
ActionsComponent: ({ item }) => JSX.Element;
};

0 comments on commit 5cc2c24

Please sign in to comment.