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 b824591 commit f0a517eCopy full SHA for f0a517e
1 file changed
src/components/combo/types.ts
@@ -23,6 +23,7 @@ export type ComboRenderFunction<T extends object> = RenderItemFunction<
23
>;
24
export type ComboValue<T> = T | Values<T>;
25
26
+/* jsonAPIPlainObject */
27
export interface FilteringOptions<T extends object> {
28
filterKey: Keys<T> | undefined;
29
caseSensitive?: boolean;
0 commit comments