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