mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
export BackgroundProps (#43072)
This commit is contained in:
parent
6e2941256d
commit
771d708a35
2
types/react-imgix/index.d.ts
vendored
2
types/react-imgix/index.d.ts
vendored
@ -235,7 +235,7 @@ export namespace PublicConfigAPI {
|
||||
function enableWarning(name: Warnings): void;
|
||||
}
|
||||
|
||||
interface BackgroundProps {
|
||||
export interface BackgroundProps {
|
||||
src: string;
|
||||
imgixParams?: ImigixParams;
|
||||
className?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user