| declare module 'library-with-exports/react' { | |
| export const condition: string | |
| } | |
| declare module 'library-with-exports/server-favoring-edge' { | |
| export const condition: string | |
| } | |
| declare module 'library-with-exports/server-favoring-browser' { | |
| export const condition: string | |
| } | |