UNPKG

@vitjs/core

Version:
10 lines (9 loc) 184 B
export interface IRoute { component?: string; exact?: boolean; path?: string; routes?: IRoute[]; wrappers?: string[]; title?: string; [key: string]: any; }