完全跑通1.0版本
This commit is contained in:
10
frontend/node_modules/element-plus/lib/components/dropdown/src/useDropdown.d.ts
generated
vendored
Normal file
10
frontend/node_modules/element-plus/lib/components/dropdown/src/useDropdown.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { IElDropdownInstance } from "./dropdown.js";
|
||||
import * as _$vue from "vue";
|
||||
|
||||
//#region ../../packages/components/dropdown/src/useDropdown.d.ts
|
||||
declare const useDropdown: () => {
|
||||
elDropdown: IElDropdownInstance;
|
||||
_elDropdownSize: _$vue.ComputedRef<_$vue.ComputedRef<string> | undefined>;
|
||||
};
|
||||
//#endregion
|
||||
export { useDropdown };
|
||||
Reference in New Issue
Block a user