/** * Horizontal alignment of nodes within their columns. * @internal */ export type SankeyNodeAlignment = 'left' | 'right' | 'justify'; //# sourceMappingURL=sankey.d.ts.map