UNPKG

@ant-design/compatible

Version:

Ant Design v3 to v4 compatible package

3 lines (2 loc) 142 B
import * as React from 'react'; export default function useStyle(prefixCls: string): [(node: React.ReactNode) => React.ReactElement, string];