UNPKG

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