UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 243 B
import React from 'react'; export interface SubtitleProps { children: React.ReactNode; } export declare const Subtitle: { (props: SubtitleProps): any; serialize(props: SubtitleProps): { subtitle: React.ReactNode; }; };