UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 191 B
import React from "react"; interface IProps { backgroundImage?: string; blurMultiplier?: number; } export declare const BackdropPanel: React.FC<IProps>; export default BackdropPanel;