filesInputStore.js 238 B

1234567891011
  1. /**
  2. * Class used to help managing file picking and drag'n'drop
  3. * File Storage
  4. */
  5. export class FilesInputStore {
  6. }
  7. /**
  8. * List of files ready to be loaded
  9. */
  10. FilesInputStore.FilesToLoad = {};
  11. //# sourceMappingURL=filesInputStore.js.map