Skip to content

Commit 02d6276

Browse files
authored
Fix TS compilation error
TS error: Statements are not allowed in ambient contexts.
1 parent 80b9afd commit 02d6276

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)