@vue-ui-kit/ant 2.1.0 → 2.1.1

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.
@@ -145,6 +145,7 @@ export interface ToolbarConfig {
145
145
  code: string;
146
146
  icon: string;
147
147
  type?: ButtonType;
148
+ content?: string;
148
149
  disabled?: boolean;
149
150
  size?: 'small' | 'large' | 'middle';
150
151
  }>;