Hiyve Components - v1.0.0
    Preparing search index...

    Type Alias SurfaceTokens

    Surface tokens extracted from the active MUI theme. The hook reads theme.palette.mupiCustom.* when present, otherwise derives sensible defaults from standard MUI theme tokens.

    type SurfaceTokens = {
        bgBase: string;
        bgCard: string;
        bgElevated: string;
        bgSurface: string;
        borderDefault: string;
        borderSubtle: string;
    }
    Index

    Properties

    bgBase: string
    bgCard: string
    bgElevated: string
    bgSurface: string
    borderDefault: string
    borderSubtle: string