Skip to content

Commit

Permalink
chore: rm title deprecated mark
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 11, 2023
1 parent 5fb8f12 commit cbd70d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export interface LegacyExpandableProps<RecordType> {
expandedRowClassName?: RowClassName<RecordType>;
/** @deprecated Use `expandable.childrenColumnName` instead */
childrenColumnName?: string;
/** @deprecated Use `caption` instead */
title?: PanelRender<RecordType>;
}

Expand Down

0 comments on commit cbd70d1

Please sign in to comment.