ant-design-vue/components/new-table/Footer/Row.tsx

4 lines
106 B
Vue

export default function FooterRow(props, { slots }) {
return <tr {...props}>{slots.default?.()}</tr>;
}