0.0.6 • Published 7 years ago
test-mobile v0.0.6
test-mobile
Install
npm install --save test-mobileUsage
import * as React from 'react'
import MyComponent from 'test-mobile'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © wangchaojian2016