import React from "react"; type OnSelectData = { id: string; text: string; value: string | Record; selectionType: "click" | "navigationKey" | "enterKey"; selectionConfirmed: boolean; }; export type ListPlacement = "top" | "bottom" | "top-start" | "bottom-start" | "top-end" | "bottom-end"; export interface SelectListProps { /** The ID for the parent
*/ id?: string; /** The Id of the label */ labelId?: string; /** Child components (such as