UNPKG

box-ui-elements-mlh

Version:
7 lines (5 loc) 329 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;