UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 323 B
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; import { MediaGalleryDisplayProvider } from "./MediaGalleryDisplayProvider"; export declare class PhotoWall implements MediaGalleryDisplayProvider { id: GuidValue; name: string; /** * */ constructor(); }