import React from "react"; import { SlideAirtable } from "../../../shared/types"; import { SlideshowStore } from "../../platform/SlideshowStore"; import withPlatform, { PlatformProps } from "../../platform/withPlatform"; type Props = { slideObject: SlideAirtable; store: SlideshowStore; } & PlatformProps; function Airtable(props: Props) { return (