Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please export type for ToastOptions #406

Closed
KostiantynO opened this issue Apr 26, 2024 · 1 comment
Closed

Please export type for ToastOptions #406

KostiantynO opened this issue Apr 26, 2024 · 1 comment

Comments

@KostiantynO
Copy link

Describe the feature 馃摑:

I want ToastOptions interface to be exported:

export interface ToastOptions {
    className?: string;
    closeButton?: boolean;
    descriptionClassName?: string;
    style?: React.CSSProperties;
    cancelButtonStyle?: React.CSSProperties;
    actionButtonStyle?: React.CSSProperties;
    duration?: number;
    unstyled?: boolean;
    classNames?: ToastClassnames;
}
@emilkowalski
Copy link
Owner

emilkowalski commented May 23, 2024

Merged #399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants