Skip to content

Commit

Permalink
feat(Focusable): add noFocusRing prop type (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
doZennn authored Dec 11, 2022
1 parent 1e8979b commit cc29dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deck-components/Focusable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface FocusableProps extends HTMLAttributes<HTMLDivElement>, FooterLe
'flow-children'?: string;
focusClassName?: string;
focusWithinClassName?: string;
noFocusRing?: boolean;
onActivate?: (e: CustomEvent) => void;
onCancel?: (e: CustomEvent) => void;
}
Expand Down

0 comments on commit cc29dda

Please sign in to comment.