ISize

type ISize = "small" | "large";

Usage

import {ISize} from 'uxp/components';

Last updated