React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function applyThemeConfig

    • Apply an OdontogramThemeConfig to a DOM element by setting CSS custom properties. Pass null or undefined to clear all theme overrides.

      Parameters

      • element: HTMLElement

        The root element to apply theme variables to.

      • config: OdontogramThemeConfig

        The theme configuration, or null/undefined to reset.

      Returns void