]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Export TRBL from geometric (#11948)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Mon, 4 Nov 2024 14:10:35 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 14:10:35 +0000 (15:10 +0100)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
src/types/index.d.ts

index 5690a432e6027ae36007d0d08126298ca68a1cd1..0fbe356a3aec232eec7f5a3db2631a509e1448e2 100644 (file)
@@ -17,7 +17,7 @@ export {default as ArcElement, ArcProps} from '../elements/element.arc.js';
 export {default as PointElement, PointProps} from '../elements/element.point.js';
 export {Animation, Animations, Animator, AnimationEvent} from './animation.js';
 export {Color} from './color.js';
-export {ChartArea, Point} from './geometric.js';
+export {ChartArea, Point, TRBL} from './geometric.js';
 export {LayoutItem, LayoutPosition} from './layout.js';
 
 export interface ScriptableContext<TType extends ChartType> {