import type { SelectProps } from "./Select"; import { Select } from "./Select"; export { Select }; export const MultiSelect = (props: SelectProps) => (