UNPKG

@trussworks/react-uswds

Version:
8 lines (7 loc) 287 B
import { default as React, JSX } from 'react'; export type TagProps = { children: React.ReactNode; background?: string; } & JSX.IntrinsicElements['span']; export declare const Tag: ({ children, background, className, ...spanProps }: TagProps) => JSX.Element; export default Tag;