UNPKG

vega-typings

Version:

Typings for Vega.

5 lines (4 loc) 70 B
export type Expr = string; export interface ExprRef { expr: Expr; }