Skip to content

Commit

Permalink
fix: export from index
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 7, 2023
1 parent e10e030 commit c8870ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
export { UxBase } from './base';
export { Ux } from './ux';
export { Progress } from './progress';
export { Prompter, generateTableChoices } from './prompter';
export { Prompter, generateTableChoices, Separator } from './prompter';
export { Spinner } from './spinner';

0 comments on commit c8870ce

Please sign in to comment.