UNPKG

@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) 160 B
export type ThemeMode = Partial<'light' | 'dark' | 'auto'>; export interface AutoThemeConfig { dark: { start: number; end: number; }; }