UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines 179 B
type Id = string; export type PollOptionFormData = { id: Id; text: string; }; export type OptionErrors = Record<Id, string>; export {}; //# sourceMappingURL=types.d.ts.map