mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
/* @flow */
|
|
|
|
import type { Theme as _Theme } from './src/types';
|
|
|
|
export type Theme = _Theme;
|