Skip to content

Commit a8134bc

Browse files
committed
Update ts support
1 parent d224243 commit a8134bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
import {PluginFunction} from 'vue';
1+
import { PluginFunction } from 'vue';
22

33
export interface Announcer
44
{
55
data: Record<string, any>;
66

7+
options: Record<string, object>;
8+
79
set(message: string): void;
810

11+
reset(): void;
12+
913
setComplementRoute(complementRoute: string): void;
1014
}
1115

0 commit comments

Comments
 (0)