Skip to content

Commit ce18118

Browse files
committed
chore: fix typings
1 parent af899f5 commit ce18118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export declare class CInputRadio extends formSharedProps {
228228
inline: boolean
229229
}
230230

231-
export declare class CInputRadioGroup {
231+
export declare class CInputRadioGroup extends Vue {
232232
name?: string
233233
options: [string | { label: string, value: string, props?: object }]
234234
checked?: string

0 commit comments

Comments
 (0)