UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 213 B
export function Raw(props: any): import("react/jsx-runtime").JSX.Element; export namespace Raw { export { serialize }; } declare function serialize(rawProps: any): { data: any; alt: any; }; export {};