chore: generate api reports

Signed-off-by: vabf59 <thomas.triplett.vabf59@statefarm.com>
This commit is contained in:
vabf59
2024-10-16 11:58:35 -05:00
parent f174a91979
commit 29c4493daf
+3 -1
View File
@@ -1331,7 +1331,9 @@ export type SubvalueCellClassKey = 'value' | 'subvalue';
// Warning: (ae-missing-release-tag) "SupportButton" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function SupportButton(props: SupportButtonProps): React_2.JSX.Element;
export function SupportButton(
props: SupportButtonProps,
): React_2.JSX.Element | null;
// Warning: (ae-missing-release-tag) "SupportButtonClassKey" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//