mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-12 08:05:15 +08:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
declare module 'react-native-web' {
|
|
export * from 'react-native'
|
|
}
|