UNPKG

@fanoutio/grip

Version:
11 lines 386 B
import { type IFormat } from './IFormat.js'; import { type IItem } from './IItem.js'; import { type IItemExport } from './IItemExport.js'; export declare class Item implements IItem { formats: IFormat[]; id?: string; prevId?: string; constructor(formats: IFormat | IFormat[], id?: string, prevId?: string); export(): IItemExport; } //# sourceMappingURL=Item.d.ts.map