Skip to content

Commit

Permalink
Fix skiplink in ts dict
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpadberg committed Feb 23, 2025
1 parent 25d7de4 commit eceaa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ export const Pagination: Pagination
* @param _props - Record<string, any>
* @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
Expand Down

0 comments on commit eceaa78

Please # to comment.