mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 03:20:46 +02:00
Co-authored-by: Copilot <[email protected]> Co-authored-by: James Brunton <[email protected]>
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 {};
|