Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / tui / dist / components / HelpOverlay.d.ts
Size: Mime:
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