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.

12 lines (11 loc) 293 B
interface Props { theme?: string; frameSrc?: string; height?: string; width?: string; disable_observer?: boolean; iframe_styles?: string; } declare const Deezer: import("svelte").Component<Props, {}, "">; type Deezer = ReturnType<typeof Deezer>; export default Deezer;