mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Remove all uses of React.ReactNode as it is unsafe, replace them with
usages of SafeReactNode which doesn't contain the '{}' type
Signed-off-by: Sebastian Malton <sebastian@malton.name>
|
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.json | ||
| .prettierrc | ||
| .swcrc | ||
| CHANGELOG.md | ||
| index.ts | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.config.js | ||
@k8slens/tooltip
This package contains stuff related to creating Lens-applications.
Usage
$ npm install @k8slens/tooltip
import { Tooltip, TooltipPosition } from "@k8slens/tooltip";
import { withTooltip } from "@k8slens/tooltip";
import type { TooltipProps } from "@k8slens/tooltip";
import type { TooltipDecoratorProps } from "@k8slens/tooltip";