apeman-react-section
Version:
apeman react package for section components.
22 lines (18 loc) • 468 B
JSX
/**
* apeman react package for section components.
* @module apeman-react-section
* @version 3.0.4
*/
import ApSectionBody from './ap_section_body'
import ApSectionHeaderButton from './ap_section_header_button'
import ApSectionHeader from './ap_section_header'
import ApSectionStyle from './ap_section_style'
import ApSection from './ap_section'
export {
ApSectionBody,
ApSectionHeaderButton,
ApSectionHeader,
ApSectionStyle,
ApSection
}