mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Bundled output for commit 7f2e6543ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
2
js/dist-typings/common/components/Page.d.ts
vendored
2
js/dist-typings/common/components/Page.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @abstract
|
||||
*/
|
||||
export default class Page extends Component<import("../Component").ComponentAttrs> {
|
||||
export default class Page extends Component<import("../Component").ComponentAttrs, undefined> {
|
||||
constructor();
|
||||
/**
|
||||
* A class name to apply to the body while the route is active.
|
||||
|
Reference in New Issue
Block a user