UNPKG

244 BJavaScriptView Raw
1/*!
2 * (C) Ionic http://ionicframework.com - MIT License
3 */
4import { L as List, d as defineCustomElement$1 } from './list.js';
5
6const IonList = List;
7const defineCustomElement = defineCustomElement$1;
8
9export { IonList, defineCustomElement };