mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Bundled output for commit b9b52d85a7
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
b9b52d85a7
commit
ee60a7f8ca
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,4 +1,3 @@
|
||||||
/// <reference path="../../../../../framework/core/@types/translator-icu-rich.d.ts" />
|
|
||||||
/// <reference types="mithril" />
|
/// <reference types="mithril" />
|
||||||
/// <reference types="flarum/@types/translator-icu-rich" />
|
/// <reference types="flarum/@types/translator-icu-rich" />
|
||||||
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';
|
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,4 +1,3 @@
|
||||||
/// <reference path="../../../../../framework/core/@types/translator-icu-rich.d.ts" />
|
|
||||||
/// <reference types="flarum/@types/translator-icu-rich" />
|
/// <reference types="flarum/@types/translator-icu-rich" />
|
||||||
import type Mithril from 'mithril';
|
import type Mithril from 'mithril';
|
||||||
import Modal, { IInternalModalAttrs } from 'flarum/common/components/Modal';
|
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,4 +1,3 @@
|
||||||
/// <reference path="../../../../../../framework/core/@types/translator-icu-rich.d.ts" />
|
|
||||||
/// <reference types="flarum/@types/translator-icu-rich" />
|
/// <reference types="flarum/@types/translator-icu-rich" />
|
||||||
import FormModal, { IFormModalAttrs } from 'flarum/common/components/FormModal';
|
import FormModal, { IFormModalAttrs } from 'flarum/common/components/FormModal';
|
||||||
import ItemList from 'flarum/common/utils/ItemList';
|
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,4 +1,3 @@
|
||||||
/// <reference path="../../../../../../framework/core/@types/translator-icu-rich.d.ts" />
|
|
||||||
/// <reference types="flarum/@types/translator-icu-rich" />
|
/// <reference types="flarum/@types/translator-icu-rich" />
|
||||||
export default class DiscussionTaggedPost extends EventPost {
|
export default class DiscussionTaggedPost extends EventPost {
|
||||||
static initAttrs(attrs: any): void;
|
static initAttrs(attrs: any): void;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user