UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

12 lines (9 loc) 367 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { TextProps } from 'react-aria-components'; /** * ItemDescription - Description for a tree item * * Renders secondary descriptive text for a tree item */ declare function TreeItemDescription({ children, className }: TextProps): react_jsx_runtime.JSX.Element | null; export { TreeItemDescription };