UNPKG

@stolostron/multicluster-sdk

Version:

Provides extensions and APIs that dynamic plugins can use to leverage multicluster capabilities provided by Red Hat Advanced Cluster Management.

7 lines 282 B
import * as React from 'react'; type WithScrollContainerProps = { children: (scrollContainer: HTMLElement) => React.ReactElement | null; }; export declare const WithScrollContainer: React.FC<WithScrollContainerProps>; export {}; //# sourceMappingURL=WithScrollContainer.d.ts.map