import { defineMixin } from '../../libs/vue'
import { registerComponentProps } from '../../libs/config/props.js'
const defProps = registerComponentProps({ td: {} })
export const props = defineMixin({
props: {
}
})