UNPKG

766 BTypeScriptView Raw
1import React from 'react';
2import { WithFeature } from '../store/reducers/embeddedApp/toast';
3import { ComponentProps } from '../types';
4/**
5 * The UI component for the Toast feature
6 * @public
7 * */
8export declare function Toast(props: WithFeature): JSX.Element | null;
9declare const _default: (React.ComponentClass<ComponentProps, any> & Pick<(React.ComponentClass<WithFeature, any> & typeof Toast) | (React.FunctionComponent<WithFeature> & typeof Toast), "defaultProps">) | (React.FunctionComponent<ComponentProps> & Pick<(React.ComponentClass<WithFeature, any> & typeof Toast) | (React.FunctionComponent<WithFeature> & typeof Toast), "defaultProps">);
10/**
11 * The Toast feature with its reducer, actions and UI component
12 * @public
13 * */
14export default _default;