mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 02:19:24 +08:00
refactor: export types from the main entry instead of /types
This commit is contained in:
@@ -8,8 +8,8 @@ import {
|
||||
Colors,
|
||||
TouchableRipple,
|
||||
withTheme,
|
||||
type Theme,
|
||||
} from 'react-native-paper';
|
||||
import type { Theme } from 'react-native-paper/types';
|
||||
|
||||
type Props = {
|
||||
theme: Theme,
|
||||
|
||||
Reference in New Issue
Block a user