We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb8f12 commit c3d6980Copy full SHA for c3d6980
src/interface.ts
@@ -184,7 +184,6 @@ export interface LegacyExpandableProps<RecordType> {
184
expandedRowClassName?: RowClassName<RecordType>;
185
/** @deprecated Use `expandable.childrenColumnName` instead */
186
childrenColumnName?: string;
187
- /** @deprecated Use `caption` instead */
188
title?: PanelRender<RecordType>;
189
}
190
0 commit comments