react-native-material-kit-fg
Version:
Bringing Material Design to React Native
14 lines (11 loc) • 427 B
text/typescript
/**
* 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';