UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 217 B
import { TransformComponent as TC } from '../runtime'; export type MaybeZeroZOptions = Record<string, never>; /** * Add zero constant encode for z channel. */ export declare const MaybeZeroZ: TC<MaybeZeroZOptions>;