Skip to content

Commit e0b8286

Browse files
authored
export types from questions.d.ts (#1578)
1 parent 34781f7 commit e0b8286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { BaseFeatures, BaseOptions } from './types.js';
55
import { DESTINATION_ROOT_CHANGE_EVENT } from './constants.js';
66

77
export type * from './types.js';
8+
export type * from './questions.js';
89
export type * from './util/storage.js';
910
export { default as Storage } from './util/storage.js';
1011

0 commit comments

Comments
 (0)