Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 160 B view raw
1import React, { createContext } from 'react'; 2 3export const querySearchContext = createContext<{ query: string; regex: boolean }>({ query: '', regex: false });