UNPKG

terra-list

Version:

The Terra List is a structural component to arrange content within list/listitems.

18 lines (16 loc) 388 B
import List from './List'; import Item from './ListItem'; import Section from './ListSection'; import Subsection from './ListSubsection'; import SectionHeader from './ListSectionHeader'; import SubsectionHeader from './ListSubsectionHeader'; import Utils from './ListUtils'; export default List; export { Item, Section, Subsection, SectionHeader, SubsectionHeader, Utils, };