UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

9 lines (8 loc) 384 B
import React from 'react'; import { HMSPollQuestionOption } from '@100mslive/react-sdk'; export declare const OptionInputWithDelete: ({ index, option, handleOptionTextChange, removeOption, }: { index: number; option: HMSPollQuestionOption; handleOptionTextChange: (index: number, value: string) => void; removeOption: (index: number) => void; }) => React.JSX.Element;