8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Tag from './Tag';
|
|
|
|
const Tag = withInstall<typeof _Tag>(_Tag);
|
|
|
|
export default Tag;
|
|
export { Tag };
|