@mparticle/aquarium 1.29.0-chore-cascader-updates.2 → 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 +1496 -1492
- package/dist/aquarium.umd.cjs +29 -29
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -461,10 +461,10 @@ 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
|
-
searchLabel
|
|
467
|
+
searchLabel?: string;
|
|
468
468
|
children?: ICascaderOption[];
|
|
469
469
|
disabled?: boolean;
|
|
470
470
|
}
|