index.js 166 B

123456789
  1. import { mountComponent } from '../_util/component';
  2. var List = function () {
  3. //
  4. };
  5. mountComponent(List, {
  6. radius: false,
  7. header: '',
  8. footer: '',
  9. });