MCP Apps Kit - v0.5.0
    Preparing search index...

    Function clearHostStyleVariables

    • Clear all host-provided CSS variables

      Removes all CSS custom properties that were set on the document root. Note: This removes ALL custom properties, not just those set by applyHostStyleVariables.

      Parameters

      • variables: Record<string, string>

        Record of variable names to clear (same format as applyHostStyleVariables)

      Returns void