init
This commit is contained in:
4
types/component/dropdownSubMenu/index.d.ts
vendored
Normal file
4
types/component/dropdownSubMenu/index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { WithInstallType } from "../../utils";
|
||||
import Component from "./index.vue";
|
||||
declare const component: WithInstallType<typeof Component>;
|
||||
export default component;
|
||||
Reference in New Issue
Block a user