box-ui-elements
Version:
Box UI Elements
11 lines (10 loc) • 327 B
TypeScript
/**
* @file Box AI sidebar title component
* @author Box
*/
import * as React from 'react';
interface BoxAISidebarTitleProps {
isAIStudioAgentSelectorEnabled?: boolean;
}
declare function BoxAISidebarTitle({ isAIStudioAgentSelectorEnabled }: BoxAISidebarTitleProps): React.JSX.Element;
export default BoxAISidebarTitle;