Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/// <reference types="react" />
import { SnackBarProps, SnackBarState } from './typings';
export declare function defaultRenderMessage(props: SnackBarProps, state: SnackBarState): JSX.Element;
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;