Skip to content

Commit bb82c8f

Browse files
LeeLenaleeeJacco van den Berg
andauthored
Export TRBL from geometric (#11948)
Co-authored-by: Jacco van den Berg <jacco@jem-id.nl>
1 parent 47245a7 commit bb82c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export {default as ArcElement, ArcProps} from '../elements/element.arc.js';
1717
export {default as PointElement, PointProps} from '../elements/element.point.js';
1818
export {Animation, Animations, Animator, AnimationEvent} from './animation.js';
1919
export {Color} from './color.js';
20-
export {ChartArea, Point} from './geometric.js';
20+
export {ChartArea, Point, TRBL} from './geometric.js';
2121
export {LayoutItem, LayoutPosition} from './layout.js';
2222

2323
export interface ScriptableContext<TType extends ChartType> {

0 commit comments

Comments
 (0)