UNPKG

513 BSource Map (JSON)View Raw
1{"version":3,"sources":["ServerContext.tsx"],"names":["React","ServerContext","createContext","undefined"],"mappings":"AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AASA,MAAMC,aAAa,gBACjBD,KAAK,CAACE,aAAN,CAAmDC,SAAnD,CADF;AAGA,eAAeF,aAAf","sourcesContent":["import * as React from 'react';\n\nexport type ServerContextType = {\n location?: {\n pathname: string;\n search: string;\n };\n};\n\nconst ServerContext =\n React.createContext<ServerContextType | undefined>(undefined);\n\nexport default ServerContext;\n"]}
\No newline at end of file