• Parameters

    • padding: string

    Returns undefined | {
        bottom: string;
        left: string;
        right: string;
        top: string;
    } | {
        bottom: string;
        left?: undefined;
        right: string;
        top: string;
    }