UNPKG

@brizy/media-gallery

Version:
8 lines (7 loc) 189 B
import { FC } from "react"; import { Colors } from "~/utils/colors"; export interface Props { height: string | undefined; colors: Colors; } export declare const Wrapper: FC<Props>;