UNPKG

react-vegas

Version:
12 lines (11 loc) 256 B
import { FC } from "react"; interface VegasDefaultBackgroundProps { backgroundUrl: string; } /** * 默认背景组件 * @param backgroundUrl * @constructor */ export declare const VegasDefaultBackground: FC<VegasDefaultBackgroundProps>; export {};