UNPKG

730 BTypeScriptView Raw
1/// <reference types="react" />
2import { ComponentProps } from '../types';
3/**
4 * The UI component for the Scanner feature
5 * @public
6 * */
7export declare function Scanner(): null;
8declare const _default: (import("react").ComponentClass<ComponentProps, any> & Pick<(import("react").ComponentClass<unknown, any> & typeof Scanner) | (import("react").FunctionComponent<unknown> & typeof Scanner), "defaultProps">) | (import("react").FunctionComponent<ComponentProps> & Pick<(import("react").ComponentClass<unknown, any> & typeof Scanner) | (import("react").FunctionComponent<unknown> & typeof Scanner), "defaultProps">);
9/**
10 * The Scanner feature with its reducer, actions and UI component
11 * @public
12 * */
13export default _default;