type IButtonSize = "large" | "small";
import {IButtonSize} from 'uxp/components';
Last updated 1 year ago