UNPKG

@hhgtech/hhg-components

Version:
6 lines (3 loc) 123 B
import { createContext } from 'react'; const CardWrapperContext = createContext({}); export { CardWrapperContext as C };