UNPKG

@react-native-paper-abstracted/cli

Version:

React Native Paper Abstracted is a package that allows you to use only the components you need from [React Native Paper](https://reactnativepaper.com). Thus allowing users to keep their app size small, and provides endless customization.

8 lines (6 loc) 125 B
export interface RNPAConfig { alias: string; outDir: string; } declare const config: RNPAConfig; export default config;