@ailife-dev-vue/uiplus-dev 0.0.11 → 0.0.12
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.css +1 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.mjs +9042 -9022
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3616,11 +3616,7 @@ default: number;
|
|
|
3616
3616
|
};
|
|
3617
3617
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3618
3618
|
collapsedRows: number;
|
|
3619
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps &
|
|
3620
|
-
$slots: {
|
|
3621
|
-
default?(_: {}): any;
|
|
3622
|
-
};
|
|
3623
|
-
}) & Plugin_2;
|
|
3619
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin_2;
|
|
3624
3620
|
|
|
3625
3621
|
export declare const UpCommonBannerNew: {
|
|
3626
3622
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|