import createContext from '../context'
import { TransferContextValue } from './Props'

export default createContext<TransferContextValue>({} as TransferContextValue)
