// const CLASS_PREFIX = 'md-list-item-section';

const POSITIONS = {
  start: 'start',
  middle: 'middle',
  end: 'end',
  fill: 'fill',
};

const DEFAULTS = {
  POSITION: POSITIONS.start,
};

export { POSITIONS, DEFAULTS };
