Shape

Definition

export type Shape = "circle" | "square";

Usage

import { undefined } from 'uxp/components';

Last updated