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 80b9afd commit 02d6276Copy full SHA for 02d6276
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