DocSpace-client/packages/shared/components/combobox/index.tsx

6 lines
160 B
TypeScript

export { ComboBox } from "./ComboBox";
export { ComboBoxDisplayType, ComboBoxSize } from "./Combobox.enums";
export type { TOption } from "./Combobox.types";