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 / KeyHint.d.ts
Size: Mime:
import React from "react";
export type Hint = {
    key: string;
    label: string;
};
export declare function KeyBar({ hints }: {
    hints: Hint[];
}): React.JSX.Element;
//# sourceMappingURL=KeyHint.d.ts.map