Sha256: 2bc6828613ef3e459d8380adecd2950d28d99b8e2005c17b324c40725ce62fde

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

import React from "react";
declare type FixedConfirmationToastProps = {
    autoClose?: number;
    children?: React.ReactChild[] | React.ReactChild;
    className?: string;
    closeable?: boolean;
    data?: string;
    horizontal?: "right" | "left" | "center";
    id?: string;
    multiLine?: boolean;
    onClose?: () => void;
    open?: boolean;
    status?: "success" | "error" | "neutral" | "tip";
    text?: string;
    vertical?: "top" | "bottom";
};
declare const FixedConfirmationToast: (props: FixedConfirmationToastProps) => JSX.Element;
export default FixedConfirmationToast;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.d.ts