UNPKG

@dotconnor/grommet

Version:

focus on the essential experience

11 lines (7 loc) 181 B
import * as React from 'react'; export interface SkipLinkProps { id: string; label?: React.ReactNode; } declare const SkipLink: React.FC<SkipLinkProps>; export { SkipLink };