import { Component } from '../_util/simply';
import { IListProps } from './props';

Component<IListProps>({
  props: {
    radius: false,
    header: '',
    footer: '',
  },
});
