UNPKG

gatsby-remark-dictionary

Version:

Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.

8 lines (5 loc) 142 B
import * as React from 'react'; const LoadingProvider = ({ ...props }) => { return <div></div>; }; export default LoadingProvider;