UNPKG

@trussworks/react-uswds

Version:
6 lines (5 loc) 273 B
import { JSX } from 'react'; export type CollectionMetaItemTagProps = { tagStyle?: 'new' | 'default'; } & JSX.IntrinsicElements['li']; export declare const CollectionMetaItemTag: ({ className, children, tagStyle, ...props }: CollectionMetaItemTagProps) => JSX.Element;