Skip to content

Commit b2a9f42

Browse files
committed
nit: merge export
1 parent 422b7f2 commit b2a9f42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/params/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ import {
4040
} from "./types";
4141

4242
export { BUCKET_PICKER, select, multiSelect } from "./types";
43-
export type { TextInput, SelectInput, SelectOptions, MultiSelectInput } from "./types";
4443
export type {
44+
TextInput,
45+
SelectInput,
46+
SelectOptions,
47+
MultiSelectInput,
4548
Param,
4649
SecretParam,
4750
JsonSecretParam,

0 commit comments

Comments
 (0)