UNPKG

shineout

Version:
7 lines (6 loc) 172 B
import { TagProps } from './tag.type'; declare const Tag: { (props: TagProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Tag;