From 002d16b9f634d505df1f5b22de809d0b7b67fe2a Mon Sep 17 00:00:00 2001 From: Dominique Rau Date: Tue, 3 Mar 2020 23:51:38 +0100 Subject: [PATCH] Export font type (#838) --- packages/plugin-print/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-print/index.d.ts b/packages/plugin-print/index.d.ts index 1380b71f4..5d0273bbd 100644 --- a/packages/plugin-print/index.d.ts +++ b/packages/plugin-print/index.d.ts @@ -40,7 +40,7 @@ export interface FontCommon { blueChnl: number; } -interface Font { +export interface Font { chars: { [char: string]: FontChar; };