UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 326 B
/// <reference types="react" /> import type { CSPConfig } from '../../config-provider'; declare const useResetIconStyle: (iconPrefixCls: string, csp?: CSPConfig) => (node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").JSX.Element; export default useResetIconStyle;