### **What problem does this feature solve?** You can define your own slot types and using design-vue's slot types ### **What does the proposed API look like?**  // TableSlotsType your own slot types // antTableSlotsType design-vue's slots types // defineSlots in .vue `defineSlots<TableSlotsType>();` usage image: 