From 771d708a3515ff8135a6c1d492df327971ce3bb4 Mon Sep 17 00:00:00 2001 From: Michael Haglund Date: Thu, 12 Mar 2020 20:16:43 -0500 Subject: [PATCH] export BackgroundProps (#43072) --- types/react-imgix/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-imgix/index.d.ts b/types/react-imgix/index.d.ts index 1b0a60449c..9368c5dc89 100644 --- a/types/react-imgix/index.d.ts +++ b/types/react-imgix/index.d.ts @@ -235,7 +235,7 @@ export namespace PublicConfigAPI { function enableWarning(name: Warnings): void; } -interface BackgroundProps { +export interface BackgroundProps { src: string; imgixParams?: ImigixParams; className?: string;