how to import types in v6? #8715
wuxingping
started this conversation in
General
Replies: 2 comments 5 replies
-
see #8717 |
Beta Was this translation helpful? Give feedback.
4 replies
-
where is the solution to the problem? this conversation doesnt help OP's problem |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i imported types in v6 as follow,but there was an error
Module '"fabric"' has no exported member 'TClassProperties'.ts(2305)
:import { FabricObject} from 'fabric/dist/src/shapes/Object/FabricObject';
import { TClassProperties } from 'fabric/src/typedefs';
so i donot know how to import types in v6?
Beta Was this translation helpful? Give feedback.
All reactions