mirror of
https://github.com/flarum/framework.git
synced 2025-01-25 06:19:46 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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;
|
|
}
|