UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

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

8 lines (7 loc) 194 B
import * as React from 'react'; declare const CamelCaseWrap: React.FC<CamelCaseWrapProps>; type CamelCaseWrapProps = { value: string; dataTest?: string; }; export default CamelCaseWrap;