/** * cmdk-wc - Command Palette Web Component * * A modern, accessible command palette/search dialog built with Lit. * * Components: * - : Root component managing state and events * - : Search input field with breadcrumb * - : Scrollable container for groups * - : Group header and item container * - : Individual command item * - : Fallback when no results */ export type { CmdkItemData, CmdkListData, CmdkPageData, CmdkSelectEventDetail, CmdkPageEventDetail, CmdkInputEventDetail, Group, Item, } from './types';