From eceaa7848690b95728f31fbb0e7b7f925b62e320 Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 23 Feb 2025 16:17:13 +0100 Subject: [PATCH] Fix skiplink in ts dict --- types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index e8e3178..7797904 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -172,8 +172,8 @@ export const Pagination: Pagination * @param _props - Record * @param _props.class - Optional CSS class names */ -type SkipLinks = typeof import('../index.js').SkipLinks -export const SkipLinks: SkipLinks +type SkipLink = typeof import('../index.js').SkipLink +export const SkipLink: SkipLink /** * Tabs parent component