claude-code-best/src/components/AntModelSwitchCallout.tsx
2026-04-04 01:21:00 +08:00

13 lines
328 B
TypeScript

// Stub — ant-only component, not available in decompiled build
import React from 'react';
export function AntModelSwitchCallout(_props: {
onDone: (selection: string, modelAlias?: string) => void;
}): React.ReactElement | null {
return null;
}
export function shouldShowModelSwitchCallout(): boolean {
return false;
}