Repository URL to install this package:
|
Version:
0.4.48 ▾
|
import React from "react";
export type Hint = {
key: string;
label: string;
};
type Props = {
title: string;
hints: Hint[];
onClose: () => void;
};
export declare function HelpOverlay({ title, hints, onClose }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=HelpOverlay.d.ts.map