@mparticle/aquarium 1.34.1-chore-better-select-prop-types.1 → 1.34.1-chore-better-select-prop-types.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ export { Icon, type IIconProps } from './general/Icon/Icon';
|
|
|
4
4
|
export { Rate, type IRateProps } from './not-prod-ready/Rate/Rate';
|
|
5
5
|
export { Form, type IFormProps, type FormInstance } from './data-entry/Form/Form';
|
|
6
6
|
export { TreeSelect, type ITreeSelectProps } from './data-entry/TreeSelect/TreeSelect';
|
|
7
|
-
export { Select, type ISelectProps, type
|
|
7
|
+
export { Select, type ISelectProps, type SelectDefaultOptionType, type SelectBaseOptionType, } from './data-entry/Select/Select';
|
|
8
8
|
export { Mentions, type IMentionsProps } from './not-prod-ready/Mentions/Mentions';
|
|
9
9
|
export { Radio, type IRadioProps } from './data-entry/Radio/Radio';
|
|
10
10
|
export { ColorPicker, type IColorPickerProps } from './not-prod-ready/ColorPicker/ColorPicker';
|