Skip to content

Commit

Permalink
Bundled output for commit 96bdd04
Browse files Browse the repository at this point in the history
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
  • Loading branch information
flarum-bot committed Nov 23, 2024
1 parent 96bdd04 commit 245e7c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/dist-typings/components/S3SettingsPage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class S3SettingsPage extends ExtensionPage {
content(): JSX.Element;
settingsItems(): ItemList<Mithril.Children>;
generalItems(): ItemList<Mithril.Children>;
awss3Items(): ItemList<Mithril.Children>;
awss3CompatibleItems(): ItemList<Mithril.Children>;
s3Items(): ItemList<Mithril.Children>;
s3CompatibleItems(): ItemList<Mithril.Children>;
}
export {};
1 change: 1 addition & 0 deletions js/dist-typings/extenders/addCDNToWidgets.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function addCDNToWidgets(): void;
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 245e7c7

Please sign in to comment.