UNPKG

@dotconnor/grommet

Version:

focus on the essential experience

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