chore: bump version to 2.0.0
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user