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)