Skip to content

Commit 28acee3

Browse files
authored
Merge pull request #4 from thejoeejoee/fix-ts-compilation-error
Fix TS compilation error
2 parents 80b9afd + 02d6276 commit 28acee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/VueRoughNotation.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export interface VueRoughNotationOptions {
99
strokeWidth?: number;
1010
padding?: number;
1111
iterations?: number;
12-
};
12+
}
1313

14-
export interface VueRoughNotationPluginObject extends PluginObject<VueRoughNotationOptions> {};
14+
export interface VueRoughNotationPluginObject extends PluginObject<VueRoughNotationOptions> {}

0 commit comments

Comments
 (0)