1 line
496 B
Plaintext
1 line
496 B
Plaintext
{"version":3,"sources":["LinkingContext.tsx"],"names":["LinkingContext","React","createContext","options","undefined"],"mappings":";;;;;;;AAAA;;;;;;AAGA,MAAMA,cAAc,gBAAGC,KAAK,CAACC,aAAN,CAEpB;AAAEC,EAAAA,OAAO,EAAEC;AAAX,CAFoB,CAAvB;eAIeJ,c","sourcesContent":["import * as React from 'react';\nimport type { LinkingOptions } from './types';\n\nconst LinkingContext = React.createContext<{\n options: LinkingOptions | undefined;\n}>({ options: undefined });\n\nexport default LinkingContext;\n"]} |