UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

6 lines 106 B
export declare interface Nav { text: string; path: string; icon?: string; children?: Nav[]; }