'use client'; export { useExpansion } from './use-expansion'; export type { UseExpansionOptions, UseExpansionReturn } from './use-expansion';