Type Alias FinalBgLayer<TLength>

FinalBgLayer:
    | Color
    | BgPosition<TLength>
    | RepeatStyle
    | Attachment
    | Box
    | "none"
    | string & {}

Type Parameters

  • TLength