UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines (6 loc) 233 B
import { TransformComponent as TC } from '../runtime'; export type MaybeZeroPaddingOptions = Record<string, never>; /** * Set padding of x and y scale to zero. */ export declare const MaybeZeroPadding: TC<MaybeZeroPaddingOptions>;