Skip to content

Commit 4bcc6b7

Browse files
committed
Feat: index.d.ts with definitions to install function
1 parent f4bfca7 commit 4bcc6b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { PluginFunction } from 'vue'
2+
3+
declare class VueDarkMode
4+
{
5+
static install: PluginFunction<never>
6+
}
7+
8+
export default VueDarkMode

0 commit comments

Comments
 (0)