Type Alias SymbolProps

SymbolProps: {
    customDepthMaterial?: Material;
    customDistanceMaterial?: Material;
    data: SymbolsType;
    geometry: BufferGeometry;
    material: Material | Material[];
} & PointerEvents & CommonComponentProps

Symbol props