3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
export { default } from "./Select.container";
|
|
export type { SelectProps, SelectOptionData } from "./Select.types";
|