Interface CompoundPathShape

interface CompoundPathShape {
    paths: Path<PathProps>[];
}

Properties

Properties

paths: Path<PathProps>[]