UNPKG

@botonic/react

Version:

Build Chatbots using React

10 lines (9 loc) 168 B
export interface PicProps { src: string; } export declare const Pic: { (props: PicProps): any; serialize(props: PicProps): { pic: string; }; };