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