UNPKG

@finos/perspective-viewer

Version:

The `<perspective-viewer>` Custom Element, frontend for Perspective.js

6 lines (5 loc) 149 B
/** * This type represents the ViewConfig serializable type, which must be JSON * safe. */ export type Scalar = number | string | boolean | null;