@kadoui/react
Version:
Kadoui primitive components for React
13 lines • 501 B
TypeScript
import SelectBoxList from "./SelectBoxList";
import SelectBoxField from "./SelectBoxField";
import SelectBoxInput from "./SelectBoxInput";
import { SelectBoxRoot } from "./SelectBoxRoot";
import SelectBoxOptions from "./SelectBoxOptions";
export * from "./types";
export declare const SelectBox: typeof SelectBoxRoot & {
Input: typeof SelectBoxInput;
Field: typeof SelectBoxField;
List: typeof SelectBoxList;
Options: typeof SelectBoxOptions;
};
//# sourceMappingURL=SelectBox.d.ts.map