copilotkit--copilotkit
8 行
158 B
TypeScript
8 行
158 B
TypeScript
"use client";
|
|
|
|
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|