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