Type Alias LineMaterialGenerator<S, M>

LineMaterialGenerator<S, M>: ((style: Required<S>) => M)

Generator function for lines.

Type Parameters