Update report.api.md

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-12-18 15:54:56 +00:00
parent a970457e60
commit 08c46a264f
+1 -1
View File
@@ -229,7 +229,7 @@ export interface BoxProps extends SpaceProps {
// @public (undocumented)
export type Breakpoint = 'initial' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
// @public (undocumented)
// @public
export const Button: ForwardRefExoticComponent<
ButtonProps & RefAttributes<HTMLButtonElement>
>;