Houjie
2025-04-25 1d18ff904468e4a864312bdcf6d7c6a7c0477721
1
2
3
4
5
6
export declare class LibraryInfoContainer {
    private infoDiv;
    private infoIcon;
    constructor();
    renderInto(parent: HTMLElement): void;
}