Sha256: 1ec8ac0849ab4d3a1e3f09e8ced75f743bdca7274d518ed2dbbfa49b5a68eec8
Contents?: true
Size: 202 Bytes
Versions: 129
Compression:
Stored size: 202 Bytes
Contents
import React from 'react' const noop = (): void => void 0 type DrawerContextType = { onClose: () => void } export const DrawerContext = React.createContext<DrawerContextType>({ onClose: noop, })
Version data entries
129 entries across 129 versions & 1 rubygems