Skip to main content
Version: 1.x

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'> >

children

The poll children components (question and answers).