@mparticle/aquarium 1.29.0-chore-cascader-updates.3 → 1.29.0-chore-cascader-updates.4
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.
- package/dist/aquarium.js +1201 -1201
- package/dist/aquarium.umd.cjs +27 -27
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -461,7 +461,7 @@ export declare interface ICardProps extends CardProps {
|
|
|
461
461
|
export declare interface ICarouselProps extends CarouselProps {
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
declare interface ICascaderOption {
|
|
464
|
+
declare interface ICascaderOption extends DefaultOptionType {
|
|
465
465
|
value: string;
|
|
466
466
|
label: ReactNode;
|
|
467
467
|
searchLabel?: string;
|