UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 254 B
/** * Internal dependencies */ import type { ResourceType } from './resourceType'; import type { Resource } from './resource'; export interface ImageResource extends Resource { type: ResourceType.Image; } //# sourceMappingURL=imageResource.d.ts.map