UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension.

16 lines (15 loc) 440 B
export interface MediaPickerProviderResult { } export interface MediaPickerImageProviderResult extends MediaPickerProviderResult { base64?: string; format?: string; width?: number; height?: number; contentSize?: number; configuration?: string; } export interface MediaPickerVideoProviderResult extends MediaPickerProviderResult { html?: string; thumbnailUrl?: string; videoUrl?: string; }