mirror of
https://github.com/flarum/framework.git
synced 2025-01-26 13:36:15 +08:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
|
export default class Routes {
|
||
|
routes: {};
|
||
|
add(name: any, path: any, component: any): Routes;
|
||
|
extend(app: any, extension: any): void;
|
||
|
}
|