/ components / Spinner / index.ts
index.ts
 1  export { FlashingChar } from './FlashingChar.js'
 2  export { GlimmerMessage } from './GlimmerMessage.js'
 3  export { ShimmerChar } from './ShimmerChar.js'
 4  export { SpinnerGlyph } from './SpinnerGlyph.js'
 5  export type { SpinnerMode } from './types.js'
 6  export { useShimmerAnimation } from './useShimmerAnimation.js'
 7  export { useStalledAnimation } from './useStalledAnimation.js'
 8  export { getDefaultCharacters, interpolateColor } from './utils.js'
 9  // Teammate components are NOT exported here - use dynamic require() to enable dead code elimination
10  // See REPL.tsx and Spinner.tsx for the correct import pattern