Files
vant/src/icon/index.ts
2021-03-08 16:52:15 +08:00

8 lines
155 B
TypeScript

import { withInstall } from '../utils';
import _Icon from './Icon';
const Icon = withInstall<typeof _Icon>(_Icon);
export default Icon;
export { Icon };