We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293a7ab commit 79b7732Copy full SHA for 79b7732
index.d.ts
@@ -22,6 +22,7 @@ type Template = {
22
};
23
interface CompileOptions {
24
templates?: Record<string, Template> | TemplateRenderer[];
25
+ imports?: Record<string, string>;
26
retryInterval?: number;
27
retryLimit?: number;
28
disableLoader?: boolean;
0 commit comments