UNPKG

organism-react-scroll-nav

Version:
7 lines (6 loc) 195 B
export default SmoothScrollLink; export type SmoothScrollLinkProps = object; /** * @param {SmoothScrollLinkProps} props */ declare function SmoothScrollLink(props: SmoothScrollLinkProps): any;