feat: add mobile css

This commit is contained in:
Matthieu CAILLEAUX
2022-04-27 23:36:15 +02:00
parent b16967c351
commit 049c77a004
19 changed files with 639 additions and 319 deletions

5
src/elements/context.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface IContext {
name: string;
isHtml: boolean;
isPdf: boolean;
}