Skip to content

Commit

Permalink
chore: ae up
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jul 9, 2024
1 parent 2962bdc commit 8264e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/api/react-datagrid.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const useDataGridColumns: <T extends {}>() => DataGridColumns<T>;

// @public (undocumented)
export const useDataGridHiddenColumns: () => {
[k: string]: boolean | undefined;
[k: string]: boolean;
};

// @public (undocumented)
Expand Down

0 comments on commit 8264e54

Please sign in to comment.