3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
/// <reference types="react" />
|
|
export declare function VegaLite(props: any): JSX.Element;
|