@mparticle/aquarium 1.32.0-chore-cascader-suffix.1 → 1.32.0-fix-notification-center-export-zindex.1
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 +1 -2
- package/dist/aquarium.umd.cjs +26 -26
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -688,7 +688,6 @@ export declare interface IQueryItemCascaderProps {
|
|
|
688
688
|
disabled?: boolean;
|
|
689
689
|
placement?: ICascaderProps_2['placement'];
|
|
690
690
|
defaultOpen?: ICascaderProps_2['defaultOpen'];
|
|
691
|
-
suffixIcon?: ICascaderProps_2['suffixIcon'];
|
|
692
691
|
}
|
|
693
692
|
|
|
694
693
|
export declare type IQueryItemQualifierOption = DefaultOptionType;
|