Skip to content

Commit 61e9beb

Browse files
ethansharlidord-wix
authored andcommitted
Revert export of ChipsInput component
1 parent e0d9482 commit 61e9beb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export {BaseComponent, PureBaseComponent} from './commons';
2727

2828
import * as Incubator from './incubator';
2929
export {
30-
ChipsInputProps,
31-
ChipsInputChangeReason,
32-
ChipsInputChipProps,
3330
TextFieldProps,
3431
FieldContextType,
3532
ToastProps,
@@ -65,7 +62,7 @@ export {default as Button, ButtonProps, ButtonSize, ButtonAnimationDirection} fr
6562
export {default as Card, CardProps, CardSectionProps, CardSelectionOptions} from './components/card';
6663
export {default as Carousel, CarouselProps, PageControlPosition} from './components/carousel';
6764
export {default as Checkbox, CheckboxProps} from './components/checkbox';
68-
export {default as ChipsInput} from './components/chipsInput';
65+
export {default as ChipsInput, ChipsInputProps, ChipsInputChipProps} from './components/chipsInput';
6966
export {default as Chip, ChipProps} from './components/chip';
7067
export {default as ColorPicker, ColorPickerProps} from './components/colorPicker';
7168
export {default as ColorPalette, ColorPaletteProps} from './components/colorPalette';

0 commit comments

Comments
 (0)