UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

8 lines (7 loc) 271 B
import React from "react"; export interface TagGroupProps { children: JSX.Element | Array<JSX.Element>; visibleItems: number; tagRef?: React.Ref<HTMLButtonElement>; } export declare const TagGroup: ({ children, visibleItems, }: TagGroupProps) => JSX.Element;