Type Alias MaskLayer<TLength>

MaskLayer:
    | Position<TLength>
    | RepeatStyle
    | GeometryBox
    | CompositingOperator
    | MaskingMode
    | "no-clip"
    | "none"
    | string & {}

Type Parameters

  • TLength