UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines 234 B
import * as React from 'react'; const fullClone = Object.assign({}, React); const { useId } = fullClone; const useEmptyId = () => ''; const useThemeKey = typeof useId === 'undefined' ? useEmptyId : useId; export default useThemeKey;