UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

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

4 lines (3 loc) 60 B
export type UnknownProps = { [key: string]: unknown; };