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

Bundled output for commit 5ff66fd033

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

[skip ci]
This commit is contained in:
flarum-bot
2024-09-28 12:41:10 +00:00
parent 5ff66fd033
commit 077363a085
29 changed files with 29 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
/// <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,3 +1,4 @@
/// <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';