export BackgroundProps (#43072)

This commit is contained in:
Michael Haglund 2020-03-12 20:16:43 -05:00 committed by GitHub
parent 6e2941256d
commit 771d708a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ export namespace PublicConfigAPI {
function enableWarning(name: Warnings): void;
}
interface BackgroundProps {
export interface BackgroundProps {
src: string;
imgixParams?: ImigixParams;
className?: string;