refactor: export types from the main entry instead of /types

This commit is contained in:
Satyajit Sahoo
2018-11-08 16:53:56 +01:00
parent f295272bf8
commit dec191f5c7
29 changed files with 64 additions and 43 deletions

View File

@@ -9,8 +9,8 @@ import {
Card,
Button,
withTheme,
type Theme,
} from 'react-native-paper';
import type { Theme } from 'react-native-paper/types';
type Props = {
theme: Theme,