@eternalheart/ngx-file-preview
Version:
A powerful Angular file preview component library supporting multiple file formats including images, videos, PDFs, Office documents, text files and more.
8 lines (7 loc) • 414 B
TypeScript
import { ThemeMode } from '../../types';
import * as i0 from "@angular/core";
export declare class ThemeIconComponent {
themeMode: ThemeMode | null;
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ThemeIconComponent, "ngx-theme-icon", never, { "themeMode": { "alias": "themeMode"; "required": false; }; }, {}, never, never, true, never>;
}