Files
vant/src/tag/index.ts
T

8 lines
148 B
TypeScript

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