UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

12 lines (11 loc) 429 B
/** * A collection of constants used for managing and configuring link previews within the chat application. * These constants are immutable and are primarily used for accessing metadata and injected data related to link previews. */ export declare const LinkPreviewConstants: Readonly<{ metadata: "metadata"; injected: "@injected"; extensions: "extensions"; link_preview: "link-preview"; links: "links"; }>;