Files
invyone/frontend/types/unified-components.ts
T

4 lines
154 B
TypeScript

// Legacy compatibility shim — re-exports from v2-components
export type { SelectOption } from "./v2-components";
export type UnifiedSelectProps = any;