Skip to main content

ModIconPath

type
type ModIconPath = `${string}.png` | `${string}.svg` | `${string}.jpg` | `${string}.jpeg` | `${string}.webp` | `${string}.gif`

Import

import { ModIconPath } from '@modular/sdk';