Interface DeckGlLayerConstructorExperimental

interface DeckGlLayerConstructor {
    new DeckGlLayerConstructornew (props: Readonly<Record<string, unknown>>): DeckGlLayer;
}

Constructors

Constructors