In definition component I have code (for example)
import { defineComponent } from "vue"; type Props = { name: string; }; export const TestCompon