SubMenuList.d.ts 145 B

123
  1. import type { FunctionalComponent } from 'vue';
  2. declare const InternalSubMenuList: FunctionalComponent<any>;
  3. export default InternalSubMenuList;