aboutsummaryrefslogtreecommitdiff
path: root/src/lib/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/types.ts')
-rw-r--r--src/lib/types.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/types.ts b/src/lib/types.ts
index ed2566f..bce6b36 100644
--- a/src/lib/types.ts
+++ b/src/lib/types.ts
@@ -18,4 +18,8 @@ export interface BenzinConfig {
emojiRoot: string;
css: string;
}
+
+ hooks: {
+ preRender: (path: string[], data: string, adapter: Adapter, cdn: string) => Promise<string>;
+ }
}