mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-22 19:46:39 +00:00

Switched to Embed pdf for viewer --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: James Brunton <james@stirlingpdf.com>
23 lines
552 B
TypeScript
23 lines
552 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;
|
|
}
|
|
|
|
// TODO: Add proper EmbedPDF types for local submodule integration
|
|
|
|
export {};
|