mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-14 09:59:26 +08:00
refactor: export types from the main entry instead of /types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user