create new api-report

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2023-01-18 10:35:24 -07:00
parent 7e0f40a60d
commit cd5a2ad7c7
+8 -4
View File
@@ -129,11 +129,15 @@ export type BreadcrumbsStyledBoxClassKey = 'root';
// @public
export function BrokenImageIcon(props: IconComponentProps): JSX.Element;
// @public @deprecated
// Warning: (ae-missing-release-tag) "Button" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public @deprecated (undocumented)
export const Button: (props: ButtonProps) => JSX.Element;
// @public @deprecated
export type ButtonProps = ButtonProps_2 & Omit<LinkProps, 'variant' | 'color'>;
// Warning: (ae-missing-release-tag) "ButtonProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public @deprecated (undocumented)
export type ButtonProps = LinkButtonProps;
// @public (undocumented)
export type CardActionsTopRightClassKey = 'root';
@@ -630,7 +634,7 @@ export function LinearGauge(props: Props_11): JSX.Element | null;
export const Link: (props: LinkProps) => JSX.Element;
// @public
export const LinkButton: (props: LinkButtonProps) => JSX.Element;
export const LinkButton: (props: ButtonProps) => JSX.Element;
// @public
export type LinkButtonProps = ButtonProps_2 &