interface IPreviewDetails { isValid: boolean, type: 'image' | 'video' | 'other' | 'unknown' mime: string, dataUrl: string, name: string }
import {IPreviewDetails} from 'uxp/components';
Last updated 11 months ago