We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47245a7 commit bb82c8fCopy full SHA for bb82c8f
1 file changed
src/types/index.d.ts
@@ -17,7 +17,7 @@ export {default as ArcElement, ArcProps} from '../elements/element.arc.js';
17
export {default as PointElement, PointProps} from '../elements/element.point.js';
18
export {Animation, Animations, Animator, AnimationEvent} from './animation.js';
19
export {Color} from './color.js';
20
-export {ChartArea, Point} from './geometric.js';
+export {ChartArea, Point, TRBL} from './geometric.js';
21
export {LayoutItem, LayoutPosition} from './layout.js';
22
23
export interface ScriptableContext<TType extends ChartType> {
0 commit comments