We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beadffe commit 158cba2Copy full SHA for 158cba2
scripts/build-comments-to-dts.mjs
@@ -112,7 +112,6 @@ export function codeShift(platform) {
112
const componentsProps = {}
113
components.forEach((component) => {
114
const { name } = component
115
- if(name.toLowerCase() !== 'actionsheet') return
116
const componentDocumentPath = path.join(
117
__dirname,
118
'../src/packages',
0 commit comments