UNPKG

hy-app

Version:

修复上传提示功能

13 lines (11 loc) 254 B
import type { CSSProperties } from "vue"; export default interface HyStatusBarProps { /** * @description 背景色 (默认 'transparent' ) * */ bgColor?: string; /** * @description 自定义样式 * */ customStyle?: CSSProperties; }