UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Assist UI Components

11 lines 306 B
import { FC } from 'react'; interface SuggestionProps { text: string; onClick: (suggestion: string) => void; } export declare const Suggestion: FC<SuggestionProps>; export declare const SuggestionList: FC<{ suggestions: SuggestionProps[]; }>; export {}; //# sourceMappingURL=suggestion.d.ts.map