3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
export { default } from "./SelectInput.container";
|
|
export type { SelectInputProps, SelectOptionData } from "./SelectInput.types";
|