UNPKG

sveltekit-embed

Version:

A collection of embed components for SvelteKit. Easily embed content from YouTube, Spotify, Vimeo, CodePen, and many more with performant, lazy-loaded components.

7 lines (6 loc) 182 B
interface Props { zencastrId?: string; } declare const Zencastr: import("svelte").Component<Props, {}, "">; type Zencastr = ReturnType<typeof Zencastr>; export default Zencastr;