Skip to content

Commit

Permalink
fix: interface exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 31, 2023
1 parent a8b9f1e commit e798bcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ export type {HelpOptions} from './help'
export type {Hook, Hooks} from './hooks'
export type {Manifest} from './manifest'
export type {S3Manifest} from './s3-manifest'
export type {Arg, BooleanFlag, Flag, OptionFlag, Deprecation, CustomOptions} from './parser'
export type {
Arg,
BooleanFlag,
CustomOptions,
Deprecation,
Flag,
FlagDefinition,
OptionFlag,
} from './parser'
export type {PJSON} from './pjson'
export type {Plugin, PluginOptions, Options} from './plugin'
export type {Topic} from './topic'
Expand Down
1 change: 1 addition & 0 deletions src/ux/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {ExitError} from './exit'
import {IPromptOptions} from './prompt'
import * as styled from './styled'
import {Table} from './styled'
export * from './styled/table'
import * as uxPrompt from './prompt'
import uxWait from './wait'
import {stdout} from './stream'
Expand Down

0 comments on commit e798bcd

Please sign in to comment.