type IButtonType = "search" | "close" | "done" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "filter" | "edit" | "delete" | "pin" | "copy" | "plus";
import {IButtonType} from 'uxp/components';
Last updated 1 month ago