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

'use client';

/**
 * @file index.ts
 * @output Exports ComplexSelector and types
 * @position Public API entry point
 */
export { ComplexSelector } from "./ComplexSelector.js";