mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-05-14 23:53:08 +08:00
fix: remove duplicate type import
This commit is contained in:
@@ -10,7 +10,6 @@ import { withTheme } from '../../core/theming';
|
||||
import Caption from './../Typography/Caption';
|
||||
import Title from './../Typography/Title';
|
||||
import type { Theme } from '../../types';
|
||||
import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet';
|
||||
|
||||
type Props = React.ElementConfig<typeof View> & {|
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user