Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Jan 31, 2022
1 parent 8489666 commit bcadfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid/_modules_/grid/utils/createSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { GridApiRef } from '../models/api/gridApiRef';

export interface OutputSelector<Result> {
(apiRef: GridApiRef): Result;
// TODO v6: make instanceId require
(state: GridState, instanceId?: number): Result;
cache: object;
}
Expand Down

0 comments on commit bcadfc8

Please sign in to comment.