mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
declare const document: {
|
|
getElementById(elementId: string): {classList: {remove(className: string): void}} | null;
|
|
};
|