Skip to content

Commit

Permalink
BREAKING CHANGE: First release
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson authored Oct 25, 2022
1 parent cfc6f59 commit 856ebca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/GridCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface GenericCellEditorParams {
form?: (props: MyFormProps) => JSX.Element;
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export interface GenericCellEditorColDef<RowType, FormProps extends Record<string, any>> extends ColDef {
cellEditorParams?: GenericCellEditorParams & FormProps;
cellRendererParams?: GenericCellRendererParams;
Expand Down

0 comments on commit 856ebca

Please sign in to comment.