UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

10 lines (9 loc) 201 B
/** * @jsxRuntime classic * @jsx jsx */ import React from 'react'; export declare const AgentNameSideNav: ({ children, name, }: { children: React.ReactNode; name: string; }) => JSX.Element;