UNPKG

apeman-react-sign

Version:
20 lines (16 loc) 365 B
/** * apeman react package for sign components * @module apeman-react-sign * @version 6.0.8 */ 'use strict' import ApSignStyle from './ap_sign_style' import ApSigninForm from './ap_signin_form' import ApSignmodForm from './ap_signmod_form' import ApSignupForm from './ap_signup_form' export { ApSignStyle, ApSigninForm, ApSignmodForm, ApSignupForm }