Skip to content

Commit c3d6980

Browse files
authored
chore: rm title deprecated mark (#1005)
1 parent 5fb8f12 commit c3d6980

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ export interface LegacyExpandableProps<RecordType> {
184184
expandedRowClassName?: RowClassName<RecordType>;
185185
/** @deprecated Use `expandable.childrenColumnName` instead */
186186
childrenColumnName?: string;
187-
/** @deprecated Use `caption` instead */
188187
title?: PanelRender<RecordType>;
189188
}
190189

0 commit comments

Comments
 (0)