Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- // ** Imports createContext function
- import { createContext } from 'react'
-
- // ** Imports createContextualCan function
- import { createContextualCan } from '@casl/react'
-
- // ** Create Context
- export const AbilityContext = createContext()
-
- // ** Init Can Context
- export const Can = createContextualCan(AbilityContext.Consumer)
|