UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

4 lines (2 loc) 112 B
import * as React from "react"; export const FocusableGroupContext = React.createContext<string | null>(null);