maybeStackY.d.ts 265 B

123456789
  1. import { TransformComponent as TC } from '../runtime';
  2. export type MaybeStackYOptions = {
  3. series?: boolean;
  4. };
  5. /**
  6. * Add zero constant encode for x channel.
  7. * This is useful for interval geometry.
  8. */
  9. export declare const MaybeStackY: TC<MaybeStackYOptions>;