1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

Bundled output for commit 7f2e6543ed

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-08-19 09:17:15 +00:00
parent 7f2e6543ed
commit b8754c7d7d
55 changed files with 74 additions and 72 deletions

View File

@@ -9,7 +9,7 @@
*
* @see https://getbootstrap.com/docs/3.4/javascript/#affix
*/
export default class AffixedSidebar extends Component<import("../../common/Component").ComponentAttrs> {
export default class AffixedSidebar extends Component<import("../../common/Component").ComponentAttrs, undefined> {
constructor();
boundOnresize: (() => void) | undefined;
onresize(): void;