Fix more incorrect type imports
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
|
||||
* @enum {string}
|
||||
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
|
||||
*/
|
||||
export default {
|
||||
UNDEFINED: 'undefined',
|
||||
|
||||
Reference in New Issue
Block a user