UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 192 B
export interface PicProps { src: string; } export declare const Pic: { (props: PicProps): any; displayName: "Pic"; serialize(props: PicProps): { pic: string; }; };