UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 257 B
import type { CSPConfig } from '..'; declare const useStyle: (iconPrefixCls: string, csp?: CSPConfig) => (node: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => import("react").JSX.Element; export default useStyle;