UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines (7 loc) 144 B
type Id = string; export type PollOptionFormData = { id: Id; text: string; }; export type OptionErrors = Record<Id, string>; export {};