Skip to content

Commit

Permalink
Export font type (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR authored Mar 3, 2020
1 parent 01a565f commit 002d16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-print/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface FontCommon {
blueChnl: number;
}

interface Font {
export interface Font {
chars: {
[char: string]: FontChar;
};
Expand Down

0 comments on commit 002d16b

Please sign in to comment.