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 e082bea commit ef42be4Copy full SHA for ef42be4
src/interface.ts
@@ -81,7 +81,7 @@ export interface RenderedCell<RecordType> {
81
export type Direction = 'ltr' | 'rtl';
82
83
// SpecialString will be removed in antd@6
84
-export type SpecialString<T> = T | (string & unknown);
+export type SpecialString<T> = T | (string & NonNullable<unknown>);
85
86
export type DataIndex<T = any> =
87
| DeepNamePath<T>
0 commit comments