Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- // ** 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)
|