UNPKG

dk-plus

Version:
15 lines (14 loc) 276 B
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 };