This commit is contained in:
Half-Shot 2025-05-20 13:00:47 +01:00
parent 908771235f
commit ba5ce17574

View File

@ -23,7 +23,6 @@ export interface AliasCustomisations {
export interface Api extends LegacyModuleApiExtension, LegacyCustomisationsApiExtension {
readonly config: ConfigApi;
createRoot(element: Element): Root;
// (undocumented)
readonly customComponents: CustomComponentsApi;
readonly i18n: I18nApi;
readonly rootNode: HTMLElement;