UNPKG

@kbss-cvut/s-forms

Version:

Semantic forms generator and processor

7 lines (6 loc) 188 B
export function useAnnotationsEngine({ annotations, width, height, currentTime, }: { annotations?: any[] | undefined; width: any; height: any; currentTime: any; }): any[];