The issue was that I was importing toaster in View from this way:
import { toast } from 'vue-sonner'
But actually, if I installed Sonner as a component (in /ui), I need to import it in that way:
import {
toast
} from '@ist/ui';
and I also must insert that:
import { toast } from 'vue-sonner'
into ui/index.ts