Skip to content

Commit

Permalink
feat(Datagrid): update type for slug and aiLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Oct 4, 2024
1 parent 38615c6 commit cb40ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ibm-products/src/components/Datagrid/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export interface DataGridHeader<T extends object = any>
UseSortByColumnProps<T> {
className(className: any, arg1: { [x: string]: any }): unknown;
isAction?: boolean;
slug?: any; // To be removed once the support for slug is not available
aiLabel?: any;
slug?: ReactNode; // To be removed once the support for slug is not available
aiLabel?: ReactNode;
}

export interface DataGridHeaderGroup<T extends object = any>
Expand Down

0 comments on commit cb40ce2

Please sign in to comment.