Skip to content

Commit

Permalink
export types from questions.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Dec 11, 2024
1 parent 34781f7 commit 13c5a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { BaseFeatures, BaseOptions } from './types.js';
import { DESTINATION_ROOT_CHANGE_EVENT } from './constants.js';

export type * from './types.js';
export type * from './questions.js';
export type * from './util/storage.js';
export { default as Storage } from './util/storage.js';

Expand Down

0 comments on commit 13c5a7b

Please sign in to comment.