Files
react-native-paper/types.js

11 lines
210 B
JavaScript

/**
* This file is only for backwards compatibility
* Import the Theme type from the main entry point instead
*
* @flow
*/
import type { Theme as _Theme } from './src/types';
export type Theme = _Theme;