UNPKG

@botonic/react

Version:

Build Chatbots using React

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