hy-app
Version:
修复上传提示功能
26 lines (23 loc) • 396 B
text/typescript
import type IProps from './typing'
const defaultProps: IProps = {
name: '',
color: '',
size: '20px',
bold: false,
index: '',
customPrefix: 'hy-icon',
label: '',
labelPos: 'right',
labelSize: '',
labelColor: '',
space: '2px',
imgMode: '',
width: '',
height: '',
top: 0,
stop: false,
isRotate: false,
round: 0,
customClass: '',
}
export default defaultProps