UNPKG

@openfin/workspace

Version:

An API for integrating with OpenFin Workspace.

4 lines (3 loc) 206 B
import type OpenFin from '@openfin/core'; import type { WorkspacePlatformStorage } from '../shapes'; export declare const getStorageApi: (identity: OpenFin.ApplicationIdentity) => WorkspacePlatformStorage;