UNPKG

@elastic-suite/gally-admin-components

Version:
4 lines (3 loc) 167 B
import { Dispatch, SetStateAction, createContext } from 'react' export const breadcrumbContext = createContext<[string[], Dispatch<SetStateAction<string[]>>]>(null)