make ImageSourceEventType available for consumers

This commit is contained in:
regileeso
2020-03-13 11:36:20 +00:00
parent 0b7b979c89
commit 406c38403b

View File

@@ -15,7 +15,7 @@ import Source from './Source.js';
/**
* @enum {string}
*/
const ImageSourceEventType = {
export const ImageSourceEventType = {
/**
* Triggered when an image starts loading.