box-ui-elements
Version:
Box UI Elements
8 lines (6 loc) • 387 B
JavaScript
// @flow
import type { AdditionalVersionInfo } from '../../common/flowTypes';
import type { BoxItemVersion } from '../../../common/types/core';
export type VersionActionCallback = (versionId: string) => void;
export type VersionChangeCallback = (version: ?BoxItemVersion, additionalVersionInfo: ?AdditionalVersionInfo) => void;
export type SidebarLoadCallback = (data: Object) => void;