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