UNPKG

@utrecht/component-library-react

Version:

React component library bundle for the Municipality of Utrecht based on the NL Design System architecture

6 lines 353 B
import { AnchorHTMLAttributes } from 'react'; export type SkipLinkProps = AnchorHTMLAttributes<HTMLAnchorElement>; export declare const SkipLink: import("react").ForwardRefExoticComponent<SkipLinkProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLAnchorElement>>; //# sourceMappingURL=SkipLink.d.ts.map