revert deprecation for later redeclaration

This commit is contained in:
Konstantin Schaper
2020-09-24 09:12:37 +02:00
parent 3e5349d5d1
commit a169e64e09

View File

@@ -81,9 +81,6 @@ export const ConfirmAlert: FC<Props> = ({ title, message, buttons, close }) => {
);
};
/**
* @deprecated Use the {@link ConfirmAlert} component directly instead.
*/
export function confirmAlert(properties: Props) {
const root = document.getElementById("modalRoot");
if (root) {