function check()

in packages/rc-components/rc-search/src/useCssVar.ts [26:31]


    function check() {
      const val =
        window.getComputedStyle?.(refElement).getPropertyValue(cssVarName) ??
        ''
      setV(val)
    }