UNPKG

box-ui-elements

Version:
8 lines (6 loc) 387 B
// @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;