summaryrefslogtreecommitdiffstats
path: root/mdx.d.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-10 16:15:59 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-10 16:21:20 +0100
commitcd1078e3a6ddb1b1598723beec4905c123ee85a6 (patch)
treec8bf2a0ea7625880e7a6839b2ff579d1309de3e5 /mdx.d.ts
parent843d2ee67487c489095066dca1ad902deb8a4344 (diff)
chore: add PDF and image format to CV page
Diffstat (limited to 'mdx.d.ts')
-rw-r--r--mdx.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdx.d.ts b/mdx.d.ts
index fb9f909..7644488 100644
--- a/mdx.d.ts
+++ b/mdx.d.ts
@@ -5,4 +5,6 @@ declare module '*.mdx' {
export default MDXComponent;
export const meta: Meta;
export const intro: string;
+ export const pdf: string;
+ export const image: string;
}