Remove an unused member
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
85095df4b9
commit
379101e3ff
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ export interface IToast<C extends ComponentClass> {
|
|||
className?: string;
|
||||
props?: Omit<React.ComponentProps<C>, "toastKey">; // toastKey is injected by ToastContainer
|
||||
supplyWholeBody?: boolean;
|
||||
content?: JSX.Element;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue