UNPKG

@crossed/ui

Version:

A universal & performant styling library for React Native, Next.js & React

10 lines (9 loc) 217 B
import { forwardRef } from "react"; const FocusScope = forwardRef((props, _ref) => { return props.children; }); FocusScope.displayName = "FocusScope"; export { FocusScope }; //# sourceMappingURL=FocusScope.js.map