@sunny-base-web/effects 0.8.9 → 0.8.10
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/index.d.ts +0 -2
- package/dist/index.js +5 -5
- package/dist/index.mjs +2134 -2135
- package/package.json +9 -9
- package/dist/Design-Q9V1aKk5.mjs +0 -62
package/dist/index.d.ts
CHANGED
|
@@ -437,8 +437,6 @@ export declare const defaultResponseInterceptor: ({ codeField, dataField, succes
|
|
|
437
437
|
*/
|
|
438
438
|
export declare const defaultSelectOptionsAdapter: SelectOptionsAdapter;
|
|
439
439
|
|
|
440
|
-
export declare const Design: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
441
|
-
|
|
442
440
|
declare type DownloadRequestConfig = {
|
|
443
441
|
/**
|
|
444
442
|
* 定义期望获得的数据类型。
|