IconType

Definition

export type IconType = 'fontawesome' | 'phosphor' | 'image' | 'text' | 'react';

Usage

import { undefined } from 'uxp/components';

Last updated