scanbot-web-sdk
Version:
Scanbot Web Document and Barcode Scanner SDK
13 lines (12 loc) • 376 B
TypeScript
import React from "react";
declare class Props {
children: React.ReactNode;
ariaLabel: string;
onClick: () => void;
textColor: string;
/** Take focus when the menu opens. Should be true for exactly one item in the menu. */
autoFocus: boolean;
disabled: boolean;
}
export declare function StyledMenuItem(props: Props): React.JSX.Element;
export {};