UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 155 B
/// <reference types="react" /> import { TagProps } from './Tag.types'; export declare const Tag: ({ children, href, ...props }: TagProps) => JSX.Element;