type HasRegularVariant = boolean;
type IconMetadata = [Codepoint, HasRegularVariant];
-import { I18n } from "emoji-picker-element/shared";
import type * as Language from "./Language";
import { Template } from "./Template";
HTMLParsedElement: HTMLParsedElement;
WoltLabLanguage: typeof Language;
WoltLabTemplate: typeof Template;
- EmojiPickerLocales: {
- [key: string]: I18n;
- };
}
class HTMLParsedElement extends HTMLElement {
import type WoltlabCoreDialogControlElement from "WoltLabSuite/Core/Element/woltlab-core-dialog-control";
import type WoltlabCoreGoogleMapsElement from "WoltLabSuite/Core/Component/GoogleMaps/woltlab-core-google-maps";
import type WoltlabCoreFileElement from "WoltLabSuite/Core/Component/File/woltlab-core-file";
-import { I18n } from "emoji-picker-element/shared";
import { Picker as EmojiPickerElement } from "emoji-picker-element";
type Codepoint = string;
};
WoltLabTemplate: new (template: string) => WoltLabTemplate;
- EmojiPickerLocales: {
- [key: string]: I18n;
- };
}
interface String {