Export TrapFocus Props

This commit is contained in:
Chi Vinh Le
2018-07-18 16:11:08 -03:00
parent 90cb56d92f
commit 0ee20febd2
@@ -4,7 +4,7 @@ export interface Focusable {
focus: () => void;
}
interface TrapFocusProps {
export interface TrapFocusProps {
firstFocusable: Focusable | null;
lastFocusable: Focusable | null;
children: React.ReactNode;