Skip to content

Commit dc634a3

Browse files
committed
add jsdoc
1 parent 4fa77a8 commit dc634a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-input-file/lib/uui-input-file.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { repeat } from 'lit/directives/repeat.js';
1010
/**
1111
* @element uui-input-file
1212
* @description - A form associated file input that supports multiple files.
13+
* @extends FormControlMixin
1314
*/
1415
@defineElement('uui-input-file')
1516
export class UUIInputFileElement extends FormControlMixin(LitElement) {

0 commit comments

Comments
 (0)