@trail-ui/react
Version:
13 lines (10 loc) • 597 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import react__default from 'react';
import { TagProps as TagProps$1, TagGroupProps, TagListProps } from 'react-aria-components';
interface TagProps extends TagProps$1 {
children: react__default.ReactNode;
}
declare function TagGroup({ children, ...props }: TagGroupProps): react_jsx_runtime.JSX.Element;
declare function TagList<T extends object>(props: TagListProps<T>): react_jsx_runtime.JSX.Element;
declare function Tag({ children, ...props }: TagProps): react_jsx_runtime.JSX.Element;
export { Tag, TagGroup, TagList, TagProps };