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