Interface ToastBarPropsNot Exported

interface ToastBarProps {
    children?: ((components: {
        icon: Renderable;
        message: Renderable;
    }) => Renderable);
    position?: ToastPosition;
    style?: CSSProperties;
    toast: Toast;
}

Properties

children?: ((components: {
    icon: Renderable;
    message: Renderable;
}) => Renderable)
position?: ToastPosition
style?: CSSProperties
toast: Toast