UNPKG

@dotconnor/grommet

Version:

focus on the essential experience

11 lines (7 loc) 207 B
import * as React from 'react'; export interface SkipLinksProps { children: React.ReactNode; messages?: { skipTo?: string }; } declare const SkipLinks: React.FC<SkipLinksProps>; export { SkipLinks };