🌐 AI搜索 & 代理 主页
Skip to content

Commit 8d60832

Browse files
tmorehousejacobmllr95
authored andcommitted
fix(types): add missing declarations for b-form-select-option & b-form-select-option-group (#4595)
1 parent bf2bc03 commit 8d60832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/form-select/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ export declare const FormSelectPlugin: BvPlugin
99

1010
// Component: b-form-select
1111
export declare class BFormSelect extends BvComponent {}
12+
13+
// Component: b-form-select-option
14+
export declare class BFormSelectOption extends BvComponent {}
15+
16+
// Component: b-form-select-option-group
17+
export declare class BFormSelectOptionGroup extends BvComponent {}

0 commit comments

Comments
 (0)