Files
react-native-paper/types.js
2017-11-07 11:21:17 +01:00

6 lines
94 B
JavaScript

/* @flow */
import type { Theme as _Theme } from './src/types';
export type Theme = _Theme;