hy-app
Version:
修复上传提示功能
20 lines (17 loc) • 365 B
text/typescript
import type IProps from "./typing";
import { ColorConfig } from "../../config";
const defaultProps: IProps = {
list: [],
title: "",
showVertical: true,
border: true,
borderRadius: "5px",
disabled: false,
clickable: false,
size: "medium",
value: "",
arrange: "right",
rightIcon: {},
arrowDirection: "right",
};
export default defaultProps;