From dea0a23de6c1eec020750f37dab85ac0d8efafbb Mon Sep 17 00:00:00 2001 From: flarum-bot Date: Fri, 10 Feb 2023 22:08:35 +0000 Subject: [PATCH] Bundled output for commit 7e6458a125d9bdd13c66e0560d178b46ad4e3002 Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci] --- js/dist-typings/common/components/TagSelectionModal.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dist-typings/common/components/TagSelectionModal.d.ts b/js/dist-typings/common/components/TagSelectionModal.d.ts index 4f080cc8..51cf3b63 100644 --- a/js/dist-typings/common/components/TagSelectionModal.d.ts +++ b/js/dist-typings/common/components/TagSelectionModal.d.ts @@ -44,7 +44,7 @@ export interface ITagSelectionModalAttrs extends IInternalModalAttrs { /** Callback for when the selection is submitted. */ onsubmit?: (selected: Tag[]) => void; } -export type ITagSelectionModalState = undefined; +export declare type ITagSelectionModalState = undefined; export default class TagSelectionModal extends Modal { protected loading: boolean; protected tags: Tag[];