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

    Interface StreamingControlsStyles

    Style configuration for the StreamingControls component.

    interface StreamingControlsStyles {
        compactGap: number;
        durationMinWidth: number;
        gap: number;
    }
    Index

    Properties

    compactGap: number

    Gap between elements in compact mode (default: 4)

    durationMinWidth: number

    Minimum width for duration display (default: 45)

    gap: number

    Gap between elements in full mode (default: 8)