@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias BgPosition<TLength>

    BgPosition:
        | TLength
        | "bottom"
        | "center"
        | "left"
        | "right"
        | "top"
        | string & {}

    Type Parameters

    • TLength