mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-02 14:16:35 +08:00
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
import { installable } from '../utils';
|
|
import _Radio from './Radio';
|
|
|
|
const Radio = installable(_Radio);
|
|
|
|
export default Radio;
|
|
export { Radio };
|