summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/types/starlight-virtual.d.ts
blob: ba6bfb299db7559849b2f9ea2d610fa49b2e0835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare module "virtual:starlight/user-images" {
  export const logos: {
    dark?: {
      src: string
      width: number
      height: number
    }
    light?: {
      src: string
      width: number
      height: number
    }
  }
}