hy-app
Version:
修复上传提示功能
17 lines (15 loc) • 314 B
text/typescript
import type IProps from "./typing";
const defaultProps: IProps = {
modelValue: false,
loading: false,
disabled: false,
size: "medium",
inactiveColor: "",
activeValue: true,
inactiveValue: false,
activeIcon: "",
inactiveIcon: "",
asyncChange: false,
space: 0,
};
export default defaultProps;