Repository URL to install this package:
|
Version:
0.4.46 ▾
|
import React from "react";
import type { Hint } from "./KeyHint.js";
type Props = {
hints: Hint[];
status?: string | null;
};
export declare function StatusBar({ hints, status }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=StatusBar.d.ts.map