@qqt-product/ui 14.0.4 → 14.0.7
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.
|
@@ -344,6 +344,7 @@ export type VxePayload = {
|
|
|
344
344
|
setItemRequiredOrDisabled?: SetItemRequiredOrDisabled;
|
|
345
345
|
Decimal?: typeof Decimal;
|
|
346
346
|
topEmit?: () => void;
|
|
347
|
+
selectedOptions?: CascaderProps['options'];
|
|
347
348
|
};
|
|
348
349
|
export interface UploadExtend {
|
|
349
350
|
businessType?: string;
|