UNPKG

grommet

Version:

focus on the essential experience

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