@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
17 lines (14 loc) • 476 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SidenavLinkProps } from './types.js';
import '@accelint/bus';
import '@accelint/core';
import 'react';
import 'react-aria-components';
import './events.js';
/**
* SidenavLink - Link component for sidenav
*
* Provides a link with tooltip for the sidenav
*/
declare function SidenavLink({ children, classNames, textValue, ...rest }: SidenavLinkProps): react_jsx_runtime.JSX.Element;
export { SidenavLink };