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