UNPKG

248 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2export type MaybeDefaultYOptions = Record<string, never>;
3/**
4 * Add a default encode for rangeY
5 * when data is just an array
6 */
7export declare const MaybeDefaultY: TC<MaybeDefaultYOptions>;