@rocketui/vue 0.2.54 → 0.2.56
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/rocket-ui-vue.d.ts +1 -0
- package/dist/rocket-ui-vue.js +129 -122
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.d.ts
CHANGED
|
@@ -2387,6 +2387,7 @@ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_
|
|
|
2387
2387
|
prependIcon?: string | undefined;
|
|
2388
2388
|
disabled?: boolean | undefined;
|
|
2389
2389
|
} | undefined;
|
|
2390
|
+
item: Option_2;
|
|
2390
2391
|
}): any;
|
|
2391
2392
|
"option-prepend"?(_: {
|
|
2392
2393
|
disabled: boolean | undefined;
|