4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
// Legacy compatibility shim — re-exports from v2-components
|
|
export type { SelectOption } from "./v2-components";
|
|
export type UnifiedSelectProps = any;
|