export const iconPickerProps = {
  disabled: { default: false, type: Boolean },
  placeholder: { default: '请选择', type: String },
  value: String,
};
