UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

12 lines 361 B
import React from 'react'; import { ObjectFit } from '../../types'; interface FullScreenBackgroundProps { src: string; imageWidth?: string; imageFit?: ObjectFit; mask?: boolean; className?: string; } export declare const FullScreenBackground: React.FC<FullScreenBackgroundProps>; export {}; //# sourceMappingURL=FullScreenBackground.d.ts.map