Type Alias BorderInlineStart<TLength>

BorderInlineStart:
    | Globals
    | LineWidth<TLength>
    | LineStyle
    | Color
    | string & {}

Type Parameters

  • TLength = string & {} | 0