Files
Stackq/node_modules/bits-ui/dist/bits/link-preview/components/link-preview.svelte.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
201 B
TypeScript

declare const LinkPreview: import("svelte").Component<import("../types.js").LinkPreviewRootPropsWithoutHTML, {}, "open">;
type LinkPreview = ReturnType<typeof LinkPreview>;
export default LinkPreview;