tav-ui
Version:
24 lines (22 loc) • 353 B
JavaScript
const followProps = {
id: {
type: [String || Number || void 0],
required: true
},
type: {
type: Number,
required: true
},
showIcon: {
type: Boolean,
default: true
},
initStatusApi: {
type: Function
},
updateStatusApi: {
type: Function
}
};
export { followProps };
//# sourceMappingURL=types2.mjs.map