Houjie
2025-05-21 63b2432286110be1f270672a223c8fb9ddc24233
1
2
3
4
5
6
export declare class LibraryInfoContainer {
    private infoDiv;
    private infoIcon;
    constructor();
    renderInto(parent: HTMLElement): void;
}