UNPKG

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