mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-12 00:34:38 +08:00
11 lines
210 B
JavaScript
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;
|