5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
import { VegaLite as VegaOg } from "react-vega";
|
|
export default function Vega(props) {
|
|
return <VegaOg className="w-full" {...props} />;
|
|
}
|