UNPKG

@brizy/media-gallery

Version:
5 lines (4 loc) 233 B
import React from "react"; import * as State from "../types/State"; import { WithContent } from "../utils"; export declare const Content: (t: State.State) => React.ReactElement<{}, any> | React.ReactElement<WithContent, any> | null;