Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 00eeb56

Browse files
fix: update Select API
Signed-off-by: Florian-Schoenherr <[email protected]>
1 parent f58b58c commit 00eeb56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/api-generator/src/Select.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,20 @@
236236
},
237237
"defaultValue": null
238238
},
239+
{
240+
"visibility": "public",
241+
"description": null,
242+
"keywords": [],
243+
"name": "closeOnClick",
244+
"kind": "let",
245+
"static": false,
246+
"readonly": false,
247+
"type": {
248+
"kind": "type",
249+
"text": "any",
250+
"type": "any"
251+
}
252+
},
239253
{
240254
"visibility": "public",
241255
"description": null,

0 commit comments

Comments
 (0)