UNPKG

hy-app

Version:

fix: 修复text和tag换掉

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