Houjie
15 小时以前 964faa1077a89713910063c39ebe08fac4e4c56e
1
2
3
4
5
6
export declare class LibraryInfoContainer {
    private infoDiv;
    private infoIcon;
    constructor();
    renderInto(parent: HTMLElement): void;
}