mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 18:44:05 +02:00
Co-authored-by: ConnorYoh <[email protected]> Co-authored-by: Reece Browne <[email protected]>
24 lines
601 B
TypeScript
24 lines
601 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'
|
|
// TODO: Add proper EmbedPDF types for local submodule integration
|
|
|
|
export {};
|