UNPKG

@steambrew/client

Version:
10 lines (9 loc) 282 B
import { ElementType, FC, ReactNode } from 'react'; export interface FocusRingProps { className?: string; rootClassName?: string; render?: ElementType; children?: ReactNode; NavigationManager?: any; } export declare const FocusRing: FC<FocusRingProps>;