@fileverse-dev/ddoc 2.0.8-patch-5 → 2.0.8-patch-7

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,6 @@ declare const ToolbarButton: import('react').ForwardRefExoticComponent<{
5
5
  tooltip?: string;
6
6
  classNames?: string;
7
7
  disabled?: boolean;
8
+ size?: "sm" | "md" | "lg";
8
9
  } & import('react').RefAttributes<HTMLButtonElement>>;
9
10
  export default ToolbarButton;