The default export of a module has or is using the dedicated name "PropsType".
Vue version
latest
Link to minimal reproduction
Steps to reproduce
interface PropsType {
last?: boolean;
}
const props = defineProps<PropsType>();
What is expected?
success
What is actually happening?
interface PropsType {
last?: boolean;
}
const props = defineProps<PropsType>();
System Info
No response
Any additional comments?
No response