@googleforcreators/media
Version:
Functionality for creating and working with media resources in the Web Stories editor.
12 lines • 388 B
TypeScript
export * from './gifResource';
export * from './imageResource';
export * from './resource';
export * from './resourceType';
export * from './videoResource';
export * from './audioResource';
export * from './sequenceResource';
export * from './resourceInput';
export * from './mediaElement';
export * from './propTypes';
export * from './resourceCache';
//# sourceMappingURL=index.d.ts.map