13 lines
328 B
TypeScript
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;
|
|
}
|