// @flow import React from 'react'; import { SkipLink } from './style'; export const Skip = () => Skip to content; export const getAccessibilityActiveState = (active: boolean) => { return { 'data-active': active, 'aria-current': active ? 'page' : undefined, }; };