@elserlabs/timeline
v0.2.2
Published
```ts interface TimelineOptions { itemTypes: string[]; sizesMap: Records<string, number>; acceptsMap: Records<string, string[]>; } ```
Readme
interface TimelineOptions {
itemTypes: string[];
sizesMap: Records<string, number>;
acceptsMap: Records<string, string[]>;
}