Files
securebit-chat/node_modules/html5-qrcode/es2015/ui.d.ts
T

7 lines
151 B
TypeScript
Raw Normal View History

export declare class LibraryInfoContainer {
private infoDiv;
private infoIcon;
constructor();
renderInto(parent: HTMLElement): void;
}