Remove an unused member

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-24 21:09:00 +02:00
parent 85095df4b9
commit 379101e3ff
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -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;
}
/**