Files
edr-platform/apps/edr-freight-web/portal/src/components/dynamic-select/index.ts
2026-05-22 17:32:35 +03:00

3 lines
108 B
TypeScript

export { DynamicSelect } from "./DynamicSelect";
export type { DynamicSelectProps } from "./DynamicSelect";