mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 22:52:39 +08:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
declare module 'react-native' {
|
|
declare module.exports: {
|
|
StyleSheet: {
|
|
create: Function
|
|
}
|
|
}
|
|
}
|