UNPKG

labo-components

Version:
11 lines (7 loc) 263 B
import CollectionConfig from './CollectionConfig'; export default class ArtTubeConfig extends CollectionConfig { constructor(clientId, user, collectionId, stats) { super(clientId, user, collectionId, stats); } getCollectionMediaTypes = () => ['video']; }