UNPKG

yahoo-swiv

Version:

A web-based exploratory visualization UI for Druid.io

9 lines (8 loc) 247 B
import { Essence } from '../index'; export interface ViewSupervisor { cancel: () => void; getConfirmationModal?: (newEssence: Essence) => JSX.Element; save?: (newEssence: Essence) => void; title?: string; saveLabel?: string; }