Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
ModIconPath
type
type ModIconPath = `${string}.png` | `${string}.svg` | `${string}.jpg` | `${string}.jpeg` | `${string}.webp` | `${string}.gif`
Import
import { ModIconPath } from '@modular/sdk';