UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 228 B
import React from 'react'; export interface TitleProps { children: React.ReactNode; } export declare const Title: { (props: TitleProps): any; serialize(props: TitleProps): { title: React.ReactNode; }; };