UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

3 lines (2 loc) 150 B
import type { WrappedRadio, Radio as RadioClass } from './types'; export default function withContext(Radio: typeof RadioClass): typeof WrappedRadio;