@vue-ui-kit/ant 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,7 +143,7 @@ export interface ToolbarConfig {
143
143
  buttons?: Array<ToolbarButtonProps>;
144
144
  tools?: Array<{
145
145
  code: string;
146
- icon: string;
146
+ icon?: string;
147
147
  type?: ButtonType;
148
148
  content?: string;
149
149
  disabled?: boolean;