UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (11 loc) 281 B
import { _FocusRingProps1 } from '@react-aria/focus'; export interface Props extends _FocusRingProps1 { /** * Whether the focus ring is disabled or not. */ disabled?: boolean; /** * Determines wether the shadow/outline should be inset */ isInset?: boolean; }