We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aeeaa commit aa3afddCopy full SHA for aa3afdd
packages/prompts/src/spinner.ts
@@ -1,7 +1,7 @@
1
import { block, getColumns, settings } from '@clack/core';
2
import { wrapAnsi } from 'fast-wrap-ansi';
3
import colors from 'picocolors';
4
-import type { Colors } from 'picocolors/types';
+import type { Colors } from 'picocolors/types.d.ts';
5
import { cursor, erase } from 'sisteransi';
6
import {
7
type CommonOptions,
0 commit comments