Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
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
}