UNPKG

@ionic-sveltekit/core

Version:

Ionic UI components with SvelteKit

6 lines (4 loc) 158 B
// Import and define ion-toast import { defineCustomElement } from '@ionic/core/components/ion-toast.js'; // Initialize the component defineCustomElement();