File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ interface Boundaries {
264
264
bounce ?: number ;
265
265
}
266
266
267
- interface InteractableProps {
267
+ export interface InteractableProps {
268
268
snapPoints : SnapPoint [ ] ;
269
269
springPoints ?: SpringPoint [ ] ;
270
270
gravityPoints ?: GravityPoint [ ] ;
@@ -286,7 +286,7 @@ interface InteractableProps {
286
286
boundaries ?: Boundaries ;
287
287
}
288
288
289
- export default class Interactable extends React . PureComponent <
289
+ export class Interactable extends React . PureComponent <
290
290
InteractableProps
291
291
> {
292
292
static defaultProps = {
Original file line number Diff line number Diff line change 1
1
export { default as ReText } from "./ReText" ;
2
- export { default as Interactable } from "./Interactable" ;
2
+ export * from "./Interactable" ;
3
3
export * from "./Math" ;
4
4
export * from "./Colors" ;
5
5
export * from "./AnimationRunners" ;
You can’t perform that action at this time.
0 commit comments