Bundled output for commit b9b52d85a7

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

[skip ci]
This commit is contained in:
flarum-bot 2024-10-21 10:52:15 +00:00
parent b9b52d85a7
commit ee60a7f8ca
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../framework/core/@types/translator-icu-rich.d.ts" />
/// <reference types="mithril" />
/// <reference types="flarum/@types/translator-icu-rich" />
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../framework/core/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
import type Mithril from 'mithril';
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../../framework/core/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
import FormModal, { IFormModalAttrs } from 'flarum/common/components/FormModal';
import ItemList from 'flarum/common/utils/ItemList';

View File

@ -1,4 +1,3 @@
/// <reference path="../../../../../../framework/core/@types/translator-icu-rich.d.ts" />
/// <reference types="flarum/@types/translator-icu-rich" />
export default class DiscussionTaggedPost extends EventPost {
static initAttrs(attrs: any): void;