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