Shows a confirmation prompt to the user
import {confirm} from "attio/client"
window.confirm()
async function confirm(options: Options): Promise<boolean>
"OK"
"Cancel"
"primary"
Was this page helpful?