4a8413000b
Build & Deploy to K8s / build-and-deploy (push) Failing after 11m17s
Remove legacy v2 input/select and file/media runtimes, add canonical option/file loaders, and document Codex handoff.
8 lines
260 B
TypeScript
8 lines
260 B
TypeScript
// Legacy compatibility shim — UnifiedSelect 가 사용하는 최소 타입만 유지.
|
|
// 옛 V2 입력/선택 본체 (Phase D.3 폐기) 와 분리됨.
|
|
export interface SelectOption {
|
|
value: string;
|
|
label: string;
|
|
}
|
|
export type UnifiedSelectProps = any;
|