vant/src/icon/index.ts
2021-03-08 11:50:37 +08:00

8 lines
141 B
TypeScript

import { installable } from '../utils';
import _Icon from './Icon';
const Icon = installable(_Icon);
export default Icon;
export { Icon };