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

    Interface StreamingIndicatorSizeConfig

    Size configuration for a specific StreamingIndicator size variant.

    interface StreamingIndicatorSizeConfig {
        fontSize: string;
        gap: number;
        iconSize: number;
        padding: string;
    }
    Index

    Properties

    fontSize: string

    Font size (CSS value)

    gap: number

    Gap between elements in pixels

    iconSize: number

    Icon size in pixels

    padding: string

    Padding (CSS value)