// Copyright (c) Meta Platforms, Inc. and affiliates.

'use client';

/**
 * @file index.ts
 * @input Imports from ClickableCard.tsx
 * @output Exports ClickableCard component and ClickableCardProps type
 * @position Component entry point; re-exported by /packages/core/src/index.ts
 *
 * SYNC: When modified, update /packages/core/src/ClickableCard/ClickableCard.doc.mjs
 */

export {ClickableCard} from './ClickableCard';
export type {ClickableCardProps} from './ClickableCard';
