import * as React from "react";

export const FocusableGroupContext = React.createContext<string | null>(null);
