UNPKG

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