mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 09:38:09 +08:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Radio from './Radio';
|
|
|
|
export const Radio = withInstall(_Radio);
|
|
export default Radio;
|