mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: James Brunton <james@stirlingpdf.com>
23 lines
534 B
TypeScript
23 lines
534 B
TypeScript
declare module "../tools/Split";
|
|
declare module "../tools/Compress";
|
|
declare module "../components/PageEditor";
|
|
declare module "../components/Viewer";
|
|
declare module "*.js";
|
|
declare module '*.module.css';
|
|
declare module 'pdfjs-dist';
|
|
|
|
// Auto-generated icon set JSON import
|
|
declare module '../assets/material-symbols-icons.json' {
|
|
const value: {
|
|
prefix: string;
|
|
icons: Record<string, any>;
|
|
width?: number;
|
|
height?: number;
|
|
};
|
|
export default value;
|
|
}
|
|
|
|
declare module 'pdfjs-dist/legacy/build/pdf.mjs'
|
|
|
|
export {};
|