com.sweaxizone.metro
    Preparing search index...

    Type Alias LogoParams

    Logo parameters.

    type LogoParams = {
        className?: string;
        dynamic?: string;
        height?: number;
        id?: string;
        style?: React.CSSProperties;
        variant?: Logo;
        width?: number;
    }
    Index

    Properties

    className?: string
    dynamic?: string

    Logo ID.

    height?: number

    Height in logical pixels.

    id?: string
    style?: React.CSSProperties
    variant?: Logo

    Identifies an logo included in the Metro design library.

    width?: number

    Width in logical pixels.