import {FC} from "react"; interface InteractableProps { horizontalOnly?: boolean } export default class Interactable { static View: FC }