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.

9 lines (8 loc) 223 B
interface Props { post_id?: string; width?: string; iframe_styles?: string; } declare const Bluesky: import("svelte").Component<Props, {}, "">; type Bluesky = ReturnType<typeof Bluesky>; export default Bluesky;