Skip to content

Commit 58f3e45

Browse files
committed
chore: 3.0.7 version release - update typings #80
1 parent 2c6927e commit 58f3e45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ export declare class CInputFile extends formSharedProps {
188188
placeholder: string
189189
multiple: boolean
190190
}
191+
export declare class CForm extends formSharedProps {
192+
inline: boolean
193+
wasValidated: boolean
194+
}
191195

192196
export declare class CFormGroup extends formSharedProps {
193197
append: string

0 commit comments

Comments
 (0)