Hiyve Components - v1.0.0
    Preparing search index...

    Interface PollResultsViewerLabels

    Labels for the PollResultsViewer component.

    interface PollResultsViewerLabels {
        close: string;
        export: string;
        noVotes: string;
        participationRate: string;
        percentFormat: (percent: number) => string;
        title: string;
        totalVoters: string;
        totalVotes: string;
    }
    Index

    Properties

    close: string

    Close button

    export: string

    Export button

    noVotes: string

    No votes message

    participationRate: string

    Participation rate label

    percentFormat: (percent: number) => string

    Percent format

    title: string

    Results title

    totalVoters: string

    Total voters label

    totalVotes: string

    Total votes label