yarcl
    Preparing search index...

    Interface SizeToken

    A single step of the shared control size scale. Every sized control reads the same entry, so controls of the same size share the same height.

    interface SizeToken {
        fontSize: string;
        height: string;
        iconSize: string;
        paddingX: string;
    }
    Index
    fontSize: string

    Font size, e.g. '0.875rem'.

    height: string

    Control height, e.g. '2.5rem'.

    iconSize: string

    Size of icons inside controls of this size, e.g. '1rem'.

    paddingX: string

    Horizontal padding, e.g. '1rem'.