mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-17 23:15:47 +08:00
9 lines
274 B
JavaScript
9 lines
274 B
JavaScript
/* @flow */
|
|
|
|
export { default as ThemeProvider } from './src/core/ThemeProvider';
|
|
export { default as withTheme } from './src/core/withTheme';
|
|
|
|
export * as Colors from './src/styles/colors.js';
|
|
|
|
export { default as TouchableRipple } from './src/components/TouchableRipple';
|