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