export interface LoadingItem {
    src: string;
    loaded: number;
    total: number;
    lengthComputable: boolean;
    initialized: boolean;
}
