Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created February 12, 2021 12:24
Show Gist options
  • Save qkreltms/b4cfefefae0d69f63ff37055a6e6cf5e to your computer and use it in GitHub Desktop.
Save qkreltms/b4cfefefae0d69f63ff37055a6e6cf5e to your computer and use it in GitHub Desktop.
export const confirm = (config: ConfirmDialogProps) =>
  factory({ ...config, Component: ConfirmDialog });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment