build(#10336): hide internal args

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-01 12:18:42 +09:00
parent 671ce6a531
commit 5605b03ce4
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99

View file

@ -97,6 +97,9 @@ const preview = {
},
],
parameters: {
controls: {
exclude: /^__/,
},
msw: {
handlers: commonHandlers,
},