diff --git a/src/deck-components/Focusable.tsx b/src/deck-components/Focusable.tsx index eb49d97..3ec8445 100644 --- a/src/deck-components/Focusable.tsx +++ b/src/deck-components/Focusable.tsx @@ -8,6 +8,7 @@ export interface FocusableProps extends HTMLAttributes, FooterLe 'flow-children'?: string; focusClassName?: string; focusWithinClassName?: string; + noFocusRing?: boolean; onActivate?: (e: CustomEvent) => void; onCancel?: (e: CustomEvent) => void; }