@vx/shape
Version:
vx shape
11 lines • 560 B
TypeScript
import { stackOffsetExpand, stackOffsetDiverging, stackOffsetNone, stackOffsetSilhouette, stackOffsetWiggle } from 'd3-shape';
export declare const STACK_OFFSETS: {
expand: typeof stackOffsetExpand;
diverging: typeof stackOffsetDiverging;
none: typeof stackOffsetNone;
silhouette: typeof stackOffsetSilhouette;
wiggle: typeof stackOffsetWiggle;
};
export declare const STACK_OFFSET_NAMES: string[];
export default function stackOffset(offset?: keyof typeof STACK_OFFSETS): typeof stackOffsetExpand;
//# sourceMappingURL=stackOffset.d.ts.map