react-native-material-kit
Version:
Bringing Material Design to React Native
12 lines • 458 B
JavaScript
/**
* 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