@hydroperx/metrodesign
    Preparing search index...

    Type Alias LogoParams

    Logo parameters.

    type LogoParams = {
        className?: string;
        height?: number;
        id?: string;
        native?: NativeLogo;
        style?: React.CSSProperties;
        type?: string;
        width?: number;
    }
    Index

    Properties

    className?: string
    height?: number

    Height in logical pixels.

    id?: string
    native?: NativeLogo

    Identifies an logo included in the Metro design library.

    style?: React.CSSProperties
    type?: string

    Logo ID.

    width?: number

    Width in logical pixels.