@@ -5,9 +5,9 @@ export { config } from './src/config';
5
5
export { classRegistry } from './src/ClassRegistry' ;
6
6
export { runningAnimations } from './src/util/animation/AnimationRegistry' ;
7
7
8
- export * from './src/typedefs' ;
8
+ export type * from './src/typedefs' ;
9
9
10
- export * from './src/EventTypeDefs' ;
10
+ export type * from './src/EventTypeDefs' ;
11
11
export type { ITextEvents } from './src/shapes/IText/ITextBehavior' ;
12
12
13
13
export { Observable } from './src/Observable' ;
@@ -28,15 +28,15 @@ export { Point } from './src/Point';
28
28
export type { IntersectionType } from './src/Intersection' ;
29
29
export { Intersection } from './src/Intersection' ;
30
30
export { Color } from './src/color/Color' ;
31
- export * from './src/color/typedefs' ;
31
+ export type * from './src/color/typedefs' ;
32
32
33
33
export * from './src/gradient' ;
34
34
export * from './src/Pattern' ;
35
35
export { Shadow } from './src/Shadow' ;
36
36
export type { SerializedShadowOptions } from './src/Shadow' ;
37
37
38
38
export { BaseBrush } from './src/brushes/BaseBrush' ;
39
- export * from './src/brushes/typedefs' ;
39
+ export type * from './src/brushes/typedefs' ;
40
40
41
41
export { PencilBrush } from './src/brushes/PencilBrush' ;
42
42
export { CircleBrush } from './src/brushes/CircleBrush' ;
0 commit comments