/*! * Lattice Grid 1.65.0, chart-diverging module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ /** * The diverging-bar extension type. Importing this module * registers `diverging`. Horizontal bars growing left/right from a central * zero over a signed `y`, on a symmetric scale. */ export function drawDiverging(ctx: object): object; export default drawDiverging;