1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

Bundled output for commit feca3d0da6

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-28 13:00:10 +00:00
parent feca3d0da6
commit 29bb477efe
8 changed files with 4 additions and 8 deletions

View File

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