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 6fff957 commit 9c70143Copy full SHA for 9c70143
src/interface.ts
@@ -68,7 +68,7 @@ export interface RenderedCell<RecordType> {
68
export type Direction = 'ltr' | 'rtl';
69
70
// SpecialString will be removed in antd@6
71
-export type SpecialString<T> = T | (string & {});
+export type SpecialString<T> = T | (string & NonNullable<unknown>);
72
73
export type DataIndex<T = any> =
74
| DeepNamePath<T>
0 commit comments