PollProps
PollProps
The poll properties for the poll component.
Signature
interface PollProps extends Partial<
Omit<PollData, 'question' | 'answers'>
> {
children: PollChildrenType[];
}
- Extends:
Partial< Omit<PollData, 'question' | 'answers'> >