mirror of
https://github.com/youzan/vant.git
synced 2026-03-04 05:00:17 +08:00
8 lines
155 B
TypeScript
8 lines
155 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Icon from './Icon';
|
|
|
|
const Icon = withInstall<typeof _Icon>(_Icon);
|
|
|
|
export default Icon;
|
|
export { Icon };
|