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

    Interface TranscriptionControlColors

    Color configuration for TranscriptionControls.

    interface TranscriptionControlColors {
        active: string;
        disabled: string;
        idle: string;
        starting: string;
    }
    Index

    Properties

    active: string

    Button color when transcribing.

    disabled: string

    Button color when disabled.

    idle: string

    Button color when idle.

    starting: string

    Button color when starting.