Skip to content

Commit b28a39e

Browse files
committed
Fix types
1 parent c1b7aae commit b28a39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/js-toolkit/Base/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function noop() {}
3333
* @property {Boolean} [debug]
3434
* @property {Boolean} [log]
3535
* @property {String[]} [refs]
36-
* @property {String[]} emits
36+
* @property {String[]} [emits]
3737
* @property {BaseConfigComponents} [components]
3838
* @property {BaseConfigOptions} [options]
3939
*/

0 commit comments

Comments
 (0)