UNPKG
gazeplotter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
Gazeplotter is a Svelte application for visualizing eye-tracking data.
gazeplotter.com
gazeplotter
/
dist
/
type
/
Filling
/
ScarfFilling
/
SegmentScarfFilling
/
SegmentScarfFillingType.d.ts
5 lines
(4 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
SingleSegmentScarfFillingType
}
from
'./SingleSegmentScarfFillingType.ts'
;
export
interface
SegmentScarfFillingType
{
content
:
SingleSegmentScarfFillingType
[]; }