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

    Type Alias FontSize<TLength>

    FontSize:
        | Globals
        | AbsoluteSize
        | TLength
        | "larger"
        | "math"
        | "smaller"
        | string & {}

    Type Parameters

    • TLength = string & {} | 0