ion-title.js 263 B

123456789
  1. /*!
  2. * (C) Ionic http://ionicframework.com - MIT License
  3. */
  4. import { T as ToolbarTitle, d as defineCustomElement$1 } from './title.js';
  5. const IonTitle = ToolbarTitle;
  6. const defineCustomElement = defineCustomElement$1;
  7. export { IonTitle, defineCustomElement };