UNPKG

box-ui-elements

Version:
11 lines (10 loc) 327 B
/** * @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;