dk-plus
Version:
18 lines (17 loc) • 452 B
JavaScript
import { setNumberProps as s, setStringNumberProps as r, setStringProp as o, setBooleanProps as e, setFunctionProps as t, setArrayProps as n } from "../../_utils/props/index.js";
const l = {
modelValue: s(),
numberValue: r(5),
icon: o("IconStar"),
readonly: e(),
selectColor: o("#fcc202"),
noSelectColor: o("#5E5E5E"),
iconSize: r(20),
onchange: t(),
disabled: e(),
showScore: e(),
showText: n()
};
export {
l as dkRateProps
};