Skip to content

Commit caed16e

Browse files
committed
Remove unnecessary typescript module definitions
1 parent df2522f commit caed16e

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

packages/pf4-component-mapper/src/files/dual-list-select.d.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,7 @@ interface InternalDualListSelectProps {
4747
description?: ReactNode;
4848
hideLabel?: boolean;
4949
id?: string;
50-
state?: AnyObject,
51-
sortOptions?: VoidFunction,
52-
filterOptions?: VoidFunction,
53-
leftValues?: DualListSelectOption[];
54-
rightValues?: DualListSelectOption[];
5550
renderStatus?: RenderStatusFunction;
56-
handleOptionsClick?: HandleOptionsFunction,
57-
handleMoveRight: VoidFunction,
58-
handleMoveLeft: VoidFunction,
59-
handleClearLeftValues: VoidFunction,
60-
handleClearRightValues: VoidFunction,
61-
sortValues: VoidFunction,
62-
filterValues: VoidFunction,
63-
handleValuesClick: HandleOptionsFunction,
6451
FormGroupProps: FormGrpProps,
6552
ListProps: ListProps,
6653
LeftListProps: ListProps,

packages/react-renderer-demo/src/doc-components/examples-texts/pf4/dual-list-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dual list select is wrapped in a form group, so it accepts all [form group props
77
|Props|Type|Default|Description|
88
|-----|----|-------|-----------|
99
|options|array|[]|`[{label, value}]`|
10-
|label|node|FormLabel primary text|
10+
|label|node||FormLabel primary text|
1111
|leftTitle|String|'Options'|Title for options|
1212
|rightTitle|String|'Selected'|Title for selected items|
1313
|moveLeftTitle|String|'Move selected to left'|Tooltip for move to left button|

0 commit comments

Comments
 (0)