UNPKG

apeman-react-sign

Version:
18 lines (14 loc) 278 B
'use strict' import React from 'react' import {ApSign, ApSignStyle} from 'apeman-react-sign' const ExampleComponent = React.createClass({ render () { return ( <div> <ApSignStyle ></ApSignStyle> <ApSign> </ApSign> </div> ) } })