Skip to content

Commit

Permalink
docs(react-breadcrumb): re-generate api.md which properly reflect opt…
Browse files Browse the repository at this point in the history
…ional/undefined API signatures introduce in ts 4.4 but api-extractor was not properly reflecting it
  • Loading branch information
Hotell committed Jun 5, 2023
1 parent 6535280 commit 2da7cfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ export const renderBreadcrumbItem_unstable: (state: BreadcrumbItemState) => JSX.
export const renderBreadcrumbLink_unstable: (state: BreadcrumbLinkState) => JSX.Element;

// @public (undocumented)
export const truncateBreadcrumbLongName: (content: string, maxLength?: number | undefined) => string;
export const truncateBreadcrumbLongName: (content: string, maxLength?: number) => string;

// @public (undocumented)
export const truncateBreadcrumLongTooltip: (content: string, maxLength?: number | undefined) => string;
export const truncateBreadcrumLongTooltip: (content: string, maxLength?: number) => string;

// @public
export const useBreadcrumb_unstable: (props: BreadcrumbProps, ref: React_2.Ref<HTMLElement>) => BreadcrumbState;
Expand Down

0 comments on commit 2da7cfb

Please sign in to comment.