Repository URL to install this package:
|
Version:
4.0.29 ▾
|
import { SnackBarProps, SnackBarState } from './typings';
export declare function defaultRenderMessage(props: SnackBarProps, state: SnackBarState): "" | JSX.Element | undefined;
export declare function defaultRenderActionButtons(props: SnackBarProps, state: SnackBarState): string;
/**
* @todo there is accessibility required on this
* @todo or this has to be an observer...
*/
export declare function defaultRenderWrap(props: SnackBarProps, state: SnackBarState): JSX.Element;
export declare function renderChildren(props: SnackBarProps, state?: SnackBarState): JSX.Element;