UNPKG

@botonic/react

Version:

Build Chatbots using React

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