We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b-form-select-option
b-form-select-option-group
1 parent bf2bc03 commit 8d60832Copy full SHA for 8d60832
src/components/form-select/index.d.ts
@@ -9,3 +9,9 @@ export declare const FormSelectPlugin: BvPlugin
9
10
// Component: b-form-select
11
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