···11+---
22+"@clack/prompts": patch
33+---
44+55+Fix mixed type-only and runtime exports from @clack/core.
+2-1
packages/prompts/src/index.ts
···11-export { type ClackSettings, isCancel, settings, updateSettings } from '@clack/core';
11+export type { ClackSettings } from '@clack/core';
22+export { isCancel, settings, updateSettings } from '@clack/core';
2334export * from './autocomplete.js';
45export * from './box.js';