UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Provides core APIs, types and utilities used by dynamic plugins at runtime.

8 lines (7 loc) 248 B
/** * @file Entrypoint for the `@openshift-console/dynamic-plugin-sdk` package published to npmjs. * * Provides core APIs, types and utilities used by dynamic plugins at runtime. */ export * from './extensions'; export * from './api/core-api';