We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51149 commit 1f13b38Copy full SHA for 1f13b38
src/index.ts
@@ -152,7 +152,7 @@ export interface Property {
152
outTangent: Points | [],
153
isClosed: boolean
154
): PathValue;
155
- key(indexOrName: number | string): Key | Marker;
+ key(indexOrName: number | string): Key;
156
propertyGroup(countUp: number): PropertyGroup;
157
}
158
0 commit comments