UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

7 lines (6 loc) 191 B
import React from 'react'; export interface PromptsProps extends React.PropsWithChildren { className?: string; label?: string; } export declare const Prompts: React.FC<PromptsProps>;