UNPKG

129 BTypeScriptView Raw
1import { AbstractCollection } from './abstract.collection';
2export declare class CustomCollection extends AbstractCollection {
3}