UNPKG

@re-flex/ui

Version:
8 lines (7 loc) 209 B
import { SXBaseProps } from "@re-flex/styled/SX"; import { FC } from "react"; declare const BGImage: FC<SXBaseProps & { bgImage: string; aspectRatio?: "16/9" | "4/3" | "1"; }>; export default BGImage;