This commit is contained in:
9
node_modules/react-toastify/dist/components/CloseButton.d.ts
generated
vendored
Normal file
9
node_modules/react-toastify/dist/components/CloseButton.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { Theme, TypeOptions } from '../types';
|
||||
export interface CloseButtonProps {
|
||||
closeToast: (e: React.MouseEvent<HTMLElement>) => void;
|
||||
type: TypeOptions;
|
||||
ariaLabel?: string;
|
||||
theme: Theme;
|
||||
}
|
||||
export declare function CloseButton({ closeToast, theme, ariaLabel }: CloseButtonProps): React.JSX.Element;
|
||||
Reference in New Issue
Block a user