We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
questions.d.ts
1 parent 34781f7 commit e0b8286Copy full SHA for e0b8286
src/index.ts
@@ -5,6 +5,7 @@ import type { BaseFeatures, BaseOptions } from './types.js';
5
import { DESTINATION_ROOT_CHANGE_EVENT } from './constants.js';
6
7
export type * from './types.js';
8
+export type * from './questions.js';
9
export type * from './util/storage.js';
10
export { default as Storage } from './util/storage.js';
11
0 commit comments