mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 22:50:44 +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;
|
||
|
}
|