UNPKG

hfyk-app

Version:

导出问题

22 lines (19 loc) 411 B
import IProps from "./typing"; import { ColorConfig } from "../../config"; const defaultProps: IProps = { modelValue: 0, blockSize: 18, min: 0, max: 100, step: 1, activeColor: ColorConfig.primary, inactiveColor: "#c0c4cc", blockColor: "#ffffff", showValue: false, disabled: false, useNative: false, height: "2px", rangeValue: [0, 0], isRange: false }; export default defaultProps;