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.
2 parents 80b9afd + 02d6276 commit 28acee3Copy full SHA for 28acee3
types/VueRoughNotation.d.ts
@@ -9,6 +9,6 @@ export interface VueRoughNotationOptions {
9
strokeWidth?: number;
10
padding?: number;
11
iterations?: number;
12
-};
+}
13
14
-export interface VueRoughNotationPluginObject extends PluginObject<VueRoughNotationOptions> {};
+export interface VueRoughNotationPluginObject extends PluginObject<VueRoughNotationOptions> {}
0 commit comments