From 45b9738d58ef3751c8b36f2bc51a35396ba230cb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 3 Jul 2025 17:44:08 +0100 Subject: [PATCH] Update API reports Signed-off-by: James Brooks --- packages/canon/report.api.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/packages/canon/report.api.md b/packages/canon/report.api.md index 372b82436b..f60f176f7f 100644 --- a/packages/canon/report.api.md +++ b/packages/canon/report.api.md @@ -917,11 +917,14 @@ export interface GridProps extends SpaceProps { } // @public (undocumented) -export const Heading: ( - props: HeadingProps & { - ref?: React.Ref; - }, -) => React.ReactElement | null; +export const Heading: { + ( + props: HeadingProps & { + ref?: React.ComponentPropsWithRef['ref']; + }, + ): React.ReactElement, T>; + displayName: string; +}; // @public (undocumented) export type HeadingOwnProps = { @@ -1576,11 +1579,14 @@ export interface TabsRootWithoutOrientation > {} // @public (undocumented) -const Text_2: ( - props: TextProps & { - ref?: React.Ref; - }, -) => React.ReactElement | null; +const Text_2: { + ( + props: TextProps & { + ref?: React.ComponentPropsWithRef['ref']; + }, + ): React.ReactElement, T>; + displayName: string; +}; export { Text_2 as Text }; // @public (undocumented)