This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { LinkPreviewContentStaticProps } from "../types.js";
|
||||
declare const LinkPreviewContentStatic: import("svelte").Component<LinkPreviewContentStaticProps, {}, "ref">;
|
||||
type LinkPreviewContentStatic = ReturnType<typeof LinkPreviewContentStatic>;
|
||||
export default LinkPreviewContentStatic;
|
||||
Reference in New Issue
Block a user