UNPKG

426 BTypeScriptView Raw
1import { ProgressBar } from './progress-bar';
2export declare const ProgressBarFactory: unique symbol;
3export interface ProgressBarFactory {
4 (options: ProgressBarOptions): ProgressBar;
5}
6export declare const ProgressBarOptions: unique symbol;
7export interface ProgressBarOptions {
8 locationId: string;
9 container: HTMLElement;
10 insertMode: 'append' | 'prepend';
11}
12//# sourceMappingURL=progress-bar-factory.d.ts.map
\No newline at end of file