UNPKG

@brizy/media-gallery

Version:
7 lines (6 loc) 141 B
import { FC } from "react"; export type Props = { title: string; description: string; }; export declare const EmptyStack: FC<Props>;