UNPKG

hy-app

Version:

fix: 修复text和tag换掉

9 lines (6 loc) 184 B
import type IProps from "./typing"; import { ColorConfig } from "../../libs/config"; const defaultProps: IProps = { bgColor: "transparent", }; export default defaultProps;