@designcombo/timeline
v5.5.8
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[]>;
}