mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
Bundled output for commit 6f823731ca
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
1
extensions/package-manager/js/dist-typings/components/TaskOutputModal.d.ts
generated
vendored
1
extensions/package-manager/js/dist-typings/components/TaskOutputModal.d.ts
generated
vendored
@@ -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';
|
||||
|
1
extensions/package-manager/js/dist-typings/components/WhyNotModal.d.ts
generated
vendored
1
extensions/package-manager/js/dist-typings/components/WhyNotModal.d.ts
generated
vendored
@@ -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';
|
||||
|
1
extensions/tags/js/dist-typings/admin/components/EditTagModal.d.ts
generated
vendored
1
extensions/tags/js/dist-typings/admin/components/EditTagModal.d.ts
generated
vendored
@@ -1,3 +1,4 @@
|
||||
/// <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';
|
||||
|
1
extensions/tags/js/dist-typings/forum/components/DiscussionTaggedPost.d.ts
generated
vendored
1
extensions/tags/js/dist-typings/forum/components/DiscussionTaggedPost.d.ts
generated
vendored
@@ -1,3 +1,4 @@
|
||||
/// <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;
|
||||
|
Reference in New Issue
Block a user