File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import { LearningCard } from './LearningCard';
3838import { BasicMarkdown , RenderMarkdown } from './Markdown' ;
3939import { ModalCard } from './ModalCard' ;
4040import PopperListener , { IPopperListener } from './PopperListener' ;
41- import { PROMPT_VARIANTS , PromptComponent , type PromptRef } from './Prompt' ;
4241import ResponsiveDataTable , {
4342 DataTableEllipsisMenu ,
4443 ResponsiveDataTableProps
@@ -75,6 +74,7 @@ export { Terminal } from './Terminal';
7574export { TOC } from './TOCChapter' ;
7675export { TOCLearning } from './TOCLearning' ;
7776export { UserSearchField } from './UserSearchField' ;
77+ export { PROMPT_VARIANTS , PromptComponent , type PromptRef } from './Prompt' ;
7878
7979export {
8080 ActionButton ,
@@ -102,10 +102,7 @@ export {
102102 InfoTooltip ,
103103 LearningCard ,
104104 ModalCard ,
105- PROMPT_VARIANTS ,
106105 PopperListener ,
107- PromptComponent ,
108- type PromptRef ,
109106 ResponsiveDataTable ,
110107 SearchBar ,
111108 StyledDialogActions ,
You can’t perform that action at this time.
0 commit comments