Skip to content

Commit 44fd71f

Browse files
committed
fix: duplicate slot type def
1 parent 8eff55c commit 44fd71f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/slots.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export type Slots<GenericOption extends Option<OptionValue>, OptionValue> = {
1616
"option"?: (props: { option: GenericOption; index: number; isFocused: boolean; isSelected: boolean; isDisabled: boolean }) => any;
1717
"no-options"?: () => any;
1818
"taggable-no-options"?: () => any;
19-
"placeholder"?: () => any;
2019
};
2120

2221
export type IndicatorsSlots<GenericOption extends Option<OptionValue>, OptionValue> = Pick<

0 commit comments

Comments
 (0)