import { setStringProp as o, setBooleanProps as e } from "../../_utils/props/index.js";
const t = {
modelValue: o(""),
disabled: e(),
showAlpha: e(),
format: {
type: String,
default: "hex"
},
width: o("280px")
};
export {
t as dkColorPickerPanelProps
};