mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +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;
|
|
};
|