@interop-ui/react-focus-guards
Advanced tools
Comparing version 0.0.1-2 to 0.0.1-3
{ | ||
"name": "@interop-ui/react-focus-guards", | ||
"version": "0.0.1-2", | ||
"version": "0.0.1-3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -13,18 +13,2 @@ # `react-focus-guards` | ||
```js | ||
import * as React from 'react'; | ||
import { useFocusGuards, FocusGuards } from '@interop-ui/react-focus-guards'; | ||
function MyComponent1(props) { | ||
useFocusGuards(); | ||
return <div onFocus={} onBlur={} />; | ||
} | ||
function MyComponent2(props) { | ||
return ( | ||
<FocusGuards> | ||
<div onFocus={} onBlur={} /> | ||
</FocusGuards> | ||
); | ||
} | ||
``` | ||
This is an internal utility, not intended for public usage. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8849
14