UNPKG

restash

Version:

Simple React context store, set it or get it.

7 lines (6 loc) 121 B
import { FC } from 'react'; declare const JsonData: FC<{ data: any; label?: string; }>; export default JsonData;