chore: bump version to 2.0.0

This commit is contained in:
2026-09-11 14:01:38 +08:00
parent fa098b5192
commit b9e422ad30
3 changed files with 615 additions and 975 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export interface CodexModelSelectProps {
locked?: boolean;
}
export declare function CodexModelSelect(props: CodexModelSelectProps): React.DetailedReactHTMLElement<{
ref: React.RefObject<HTMLDivElement>;
ref: React.MutableRefObject<HTMLDivElement>;
style: {
position: "relative";
display: "inline-flex";