UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 185 B
export function Raw(props: any): JSX.Element; export namespace Raw { export { serialize }; } declare function serialize(rawProps: any): { data: any; alt: any; }; export {};