layer-esm
    Preparing search index...

    Interface LayerTheme

    interface LayerTheme {
        background: string;
        border: string;
        error: string;
        focusRing: string;
        foreground: string;
        inputBackground: string;
        inputBorder: string;
        loadingBackground: string;
        muted: string;
        primary: string;
        primaryActive: string;
        primaryHover: string;
        radius: string;
        shade: string;
        shadow: string;
        success: string;
        tooltipBackground: string;
        warning: string;
        zIndex: number;
    }

    Index

    background: string
    border: string
    error: string
    focusRing: string
    foreground: string
    inputBackground: string
    inputBorder: string
    loadingBackground: string
    muted: string
    primary: string
    primaryActive: string
    primaryHover: string
    radius: string
    shade: string
    shadow: string
    success: string
    tooltipBackground: string
    warning: string
    zIndex: number