import { Tag } from "./tag";
export type { TaroTagProps as TagProps } from "../../types";
export default Tag;
