File

src/lib/types.ts

Index

Properties

Properties

height
height: number
Type : number
Optional
src
src: string
Type : string
Optional
width
width: number
Type : number
Optional
export interface LogoConfig {
  src?: string;
  width?: number;
  height?: number;
}

results matching ""

    No results matching ""