UNPKG

@utrecht/component-library-react

Version:

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

9 lines 463 B
import type { ComponentType, HTMLAttributes } from 'react'; import { ButtonLinkProps } from './index'; export interface ScrollLinkProps extends ButtonLinkProps { Icon?: ComponentType<HTMLAttributes<HTMLElement>>; } export declare const ScrollLink: import("react").ForwardRefExoticComponent<ScrollLinkProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLAnchorElement>>; //# sourceMappingURL=ScrollLink.d.ts.map