Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 6cff125

Browse files
Update docs
1 parent b2ddbd9 commit 6cff125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/plugin-config-ui-lib.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ export function isApiAbortError(error: Error): boolean;
555555
export function LightboxImage({ sizes, ...props }: ImgHTMLAttributes<HTMLImageElement>): JSX_2.Element;
556556

557557
// @public
558-
export function Link({ children, ...linkProps }: LinkProps): JSX_2.Element;
558+
export const Link: React_2.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & React_2.RefAttributes<HTMLAnchorElement>>;
559559

560560
// @public (undocumented)
561561
export type LinkProps = Omit<LinkProps_2, 'onClick' | 'children' | 'href'> & {

0 commit comments

Comments
 (0)