Size

Definition

export type Size = "small" | "medium" | "large" | string;

Usage

import { undefined } from 'uxp/components';

Last updated