UNPKG

@procore/core-react

Version:
4 lines (3 loc) 233 B
import React from 'react'; import type { AnchorNavigationProps } from './AnchorNavigation.types'; export declare const AnchorNavigation: React.ForwardRefExoticComponent<AnchorNavigationProps & React.RefAttributes<HTMLUListElement>>;