UNPKG

grommet

Version:

focus on the essential experience

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