Repository URL to install this package:
export interface AnchorProps { identifier?: string; } export interface SkipNavProps extends AnchorProps { to?: string; }