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.
1 parent af899f5 commit ce18118Copy full SHA for ce18118
src/components/index.d.ts
@@ -228,7 +228,7 @@ export declare class CInputRadio extends formSharedProps {
228
inline: boolean
229
}
230
231
-export declare class CInputRadioGroup {
+export declare class CInputRadioGroup extends Vue {
232
name?: string
233
options: [string | { label: string, value: string, props?: object }]
234
checked?: string
0 commit comments