From c5e2a59b410e12f3d33debd801749b168195468b Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 25 Apr 2021 17:02:39 +0200 Subject: [PATCH] feat(pretty-format): Export Printer type (#11342) --- packages/pretty-format/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pretty-format/src/index.ts b/packages/pretty-format/src/index.ts index 8a0e1f26b8c2..76707498648f 100644 --- a/packages/pretty-format/src/index.ts +++ b/packages/pretty-format/src/index.ts @@ -42,6 +42,7 @@ export type { NewPlugin, Plugin, Plugins, + Printer, Refs, Theme, } from './types';