UNPKG

extension-develop

Version:
3 lines (2 loc) 209 B
import { type Manifest, type ThemeIcon } from '../../../../webpack-types'; export declare function iconFields(context: string, manifest: Manifest): Record<string, string | string[] | ThemeIcon[] | undefined>;