8000 Update index.d.ts · bootstrap-vue/bootstrap-vue@cacc408 · GitHub
[go: up one dir, main page]

Skip to content

Commit cacc408

Browse files
authored
Update index.d.ts
1 parent 6d7c863 commit cacc408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/time/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare class BTime extends BvComponent {
1414
// --- Interfaces ---
1515

1616
// Time context event object
17-
export interface BTimeContextEvent {
17+
export interface BvTimeCtxEvent {
1818
readonly formatted: string
1919
readonly value: string
2020
readonly hours: number | null

0 commit comments

Comments
 (0)
0