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 caed16e commit 9df3275Copy full SHA for 9df3275
packages/pf4-component-mapper/src/files/dual-list-select.d.ts
@@ -18,14 +18,6 @@ export interface RenderStatusFunction {
18
(input: RenderStatusInput): ReactNode;
19
}
20
21
-export interface VoidFunction {
22
- (): void;
23
-}
24
-
25
-export interface HandleOptionsFunction {
26
- (e: any, value: any): void;
27
28
29
interface InternalDualListSelectProps {
30
leftTitle?: ReactNode;
31
rightTitle?: ReactNode;
0 commit comments