@gechiui/components
Version:
UI components for GeChiUI.
11 lines • 347 B
TypeScript
export interface ShortcutDescription {
display: string;
ariaLabel: string;
}
export interface Props {
shortcut?: ShortcutDescription | string;
className?: string;
}
declare const ConnectedShortcut: import("../context").GeChiUIComponent<"span", Props, true>;
export default ConnectedShortcut;
//# sourceMappingURL=component.d.ts.map