vue-sidebar-menu
Version:
A Vue.js Sidebar Menu Component
8 lines (7 loc) • 467 B
TypeScript
import type { ItemIcon } from '../types';
interface Props {
icon: string | ItemIcon;
}
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;