torque-pro-assistant - v1.0.0
    Preparing search index...

    Variable toastConst

    toast: ToastApi = ...

    Imperative toast API. Mounted at module scope so any consumer can fire a notification without prop-drilling.

    toast.success('Imported drive.csv', { subtitle: '2,418 rows' });
    toast.error('Parse failed', { action: { label: 'Retry', onClick: retry } });