Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat: export Printer and PrintOptions types
Browse files Browse the repository at this point in the history
  • Loading branch information
artiebits committed Mar 13, 2022
1 parent 454b3de commit f96a82f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { default as print } from "./print/print";
export { default as getPrinters } from "./get-printers/get-printers";
export { default as getDefaultPrinter } from "./get-default-printer/get-default-printer";
export { PrintOptions } from "./print/print";
export { Printer } from "./get-default-printer/get-default-printer";

0 comments on commit f96a82f

Please sign in to comment.