UNPKG

@brizy/media-gallery

Version:
6 lines (5 loc) 128 B
import { FC } from "react"; export interface Props { height: string | undefined; } export declare const Wrapper: FC<Props>;