tav-ui
Version:
28 lines (24 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
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
}
};
exports.followProps = followProps;
//# sourceMappingURL=types2.js.map