UNPKG

react-native-material-kit

Version:
12 lines 458 B
/** * react-native-material-kit, the toolkit introducing {@link https://material.io/design/introduction/ | Material Design} to {@link https://facebook.github.io/react-native/ | React Native}. * * Author: ywu on 15/6/1. * @packageDocumentation */ // FIXME: api-extractor error: Unable to analyze the export "default"... import MKColor from './MKColor'; export { MKColor }; export * from './theme'; export * from './mdl'; //# sourceMappingURL=index.js.map