mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +08:00
Fix ts warnings
This commit is contained in:
parent
cda380c513
commit
1b3437d700
@ -31,9 +31,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
});
|
||||
|
||||
interface Props {}
|
||||
|
||||
export default class App extends React.Component<Props> {
|
||||
export default class App extends React.Component<{}> {
|
||||
render() {
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user