fix: 修复 ant 模式

This commit is contained in:
claude-code-best
2026-04-07 19:15:29 +08:00
parent 042e186b0b
commit d6bfc34b71
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import * as React from 'react'
/**
* Internal-only component. Displays a warning when feature-gate overrides
* (CLAUDE_INTERNAL_FC_OVERRIDES) are active. Stubbed — returns null in
* non-internal builds.
*/
export function GateOverridesWarning(): React.ReactNode {
return null
}